Update Configuration.md (#86)
Clarifying which local_settings.py file to use.
This commit is contained in:
parent
1a7adb80da
commit
b27e3ca6f6
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
|
|
||||||
A number of options are available on `cms/settings.py`.
|
A number of options are available on `cms/settings.py`.
|
||||||
|
|
||||||
It is advisable to override any of them by adding it to `cms/local_settings.py` .
|
It is advisable to override any of them by adding it to `local_settings.py` .
|
||||||
|
|
||||||
|
In case of a the single server installation, add to `cms/local_settings.py` .
|
||||||
|
|
||||||
|
In case of a docker compose installation, add to `deploy/docker/local_settings.py` . This will automatically overwrite `cms/local_settings.py` .
|
||||||
|
|
||||||
Any change needs restart of MediaCMS in order to take effect. So edit `cms/local_settings.py`, make a change and restart MediaCMS
|
Any change needs restart of MediaCMS in order to take effect. So edit `cms/local_settings.py`, make a change and restart MediaCMS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue