Skip to content

Commit

Permalink
Merge pull request #173 from NickolausDS/local-settings-docs-fix
Browse files Browse the repository at this point in the history
docs: Fix problem in 'local_settings.py' override snippet
  • Loading branch information
NickolausDS authored May 26, 2022
2 parents d24daae + 255c31b commit ebf29b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/local-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Then, at the bottom of ``settings.py``:
# Override any settings here if a local_settings.py file exists
try:
from globus_portal_framework.local_settings import * # noqa
from .local_settings import * # noqa
except ImportError:
pass
Expand Down

0 comments on commit ebf29b9

Please sign in to comment.