From 62e4549ea58bb21c7aad7af50e643ff51991869d Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 20 Dec 2018 22:26:28 -0800 Subject: [PATCH] Make it clear that settings.py is settings_local.py in this docs. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bb3e11..8972f1d 100644 --- a/README.md +++ b/README.md @@ -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 is imported by the [existing configuration](web/mailman-web/settings.py) - provided by the mailman-web container. To change or override any settings in - Django, you need to edit this file. + provided by the mailman-web container. **This file is referred to as + `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