Skip to content

Commit

Permalink
Merge pull request OpenBankProject#170 from tawoe/update_config
Browse files Browse the repository at this point in the history
doc/ improve settings comment
  • Loading branch information
simonredfern authored May 3, 2022
2 parents c363588 + befc0c4 commit 1d3165e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apimanager/apimanager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,11 @@

# Local settings can override anything in here
try:
from apimanager.local_settings import * # noqa
from apimanager.local_settings import *
except ImportError:
pass
# EVERYTHING BELOW HERE WILL NOT BE OVERWRITTEN BY LOCALSETTINGS!
# DO NOT TRY TO DO SO YOU WILL BE IGNORED!

# Settings here might use parts overwritten in local settings
API_ROOT = API_HOST + API_BASE_PATH + API_VERSION
Expand Down

0 comments on commit 1d3165e

Please sign in to comment.