Skip to content

Commit

Permalink
added docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
RK206 committed Dec 3, 2024
1 parent 99e9c5f commit c2e5a78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion portality/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,12 @@ def configure_app(app):
a) the settings.py file
b) the <env>.cfg file
c) the local secrets config in app.cfg
d) the ansible-generated instance config
Later imports have precedence, so e.g. app.cfg will override the same setting in production.cfg and settings.py.
instance.cfg is generated by ansible script (server_initial_setup.yml from sysadmin repo)
Later imports have precedence, so e.g. instance.cfg override app.cfg, app.cfg will override the same setting
in production.cfg and settings.py.
"""

# import for settings.py
Expand Down

0 comments on commit c2e5a78

Please sign in to comment.