Make it clear that settings.py is settings_local.py in this docs.

This commit is contained in:
Abhilash Raj
2018-12-20 22:26:28 -08:00
parent 309ff3908a
commit 62e4549ea5

View File

@@ -165,8 +165,9 @@ the host running the containers and are imported at runtime in the containers.
* `/opt/mailman/web/settings_local.py` : This is the Django configuration that * `/opt/mailman/web/settings_local.py` : This is the Django configuration that
is imported by the [existing configuration](web/mailman-web/settings.py) is imported by the [existing configuration](web/mailman-web/settings.py)
provided by the mailman-web container. To change or override any settings in provided by the mailman-web container. **This file is referred to as
Django, you need to edit this file. `settings.py` in most of the Postorius and Django documentation.** To change
or override any settings in Django/Postorius, you need to create/edit this file.
Also, note that if you need any other files to be accessible from the host to Also, note that if you need any other files to be accessible from the host to