From 80fa5006f85f434d926fab0389c303ce2e04557f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 29 Sep 2015 18:05:04 -0700 Subject: [PATCH] Document the purpose of local_settings.py properly. --- zproject/local_settings.py | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/zproject/local_settings.py b/zproject/local_settings.py index 81c83f7818..6de5b26b32 100644 --- a/zproject/local_settings.py +++ b/zproject/local_settings.py @@ -1,4 +1,11 @@ -# Non-secret secret Django settings for the Zulip project +# This file is the Zulip local_settings.py configuration for the +# zulip.com installation of Zulip. It shouldn't be used in other +# environments, but you may find it to be a a helpful reference when +# setting up your own Zulip installation to see how Zulip can be +# configured. +# +# On a normal Zulip production server, zproject/local_settings.py is a +# symlink to /etc/zulip/settings.py (based off local_settings_template.py). import platform import ConfigParser from base64 import b64decode