We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently, OAUTH_BASE_URL must to be set in settings.py. It should be in local_settings.py.
The text was updated successfully, but these errors were encountered:
There's no need for anything to be in local_settings.py, it's just for overriding anything in settings.py for local development.
Please explain the scenario why OAUTH_BASE_URL needs to be in local_settings.py
OAUTH_BASE_URL
local_settings.py
otherwise I think this issue should be closed as non issue.
Sorry, something went wrong.
bugs: OpenBankProject#51 set OAUTH_BASE_URL in local_settings.py
9ba802c
No branches or pull requests
currently, OAUTH_BASE_URL must to be set in settings.py. It should be in local_settings.py.
The text was updated successfully, but these errors were encountered: