We're a place where coders share, stay up-to-date and grow their careers.
'Settings' object has no attribute 'REFRESH_TOKEN_SECRET' Am getting the following error once I try to login what would I be doing the wrong way
By the way, Great article, keep up
you have to set it yourself in settings.py file
settings.py
REFRESH_TOKEN_SECRET='you secret string'
'Settings' object has no attribute 'REFRESH_TOKEN_SECRET'
Am getting the following error once I try to login what would I be doing the wrong way
By the way, Great article, keep up
you have to set it yourself in
settings.py
file