diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-02 11:39:11 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-02 11:39:11 +0200 |
commit | f174169c926fa3211d654dad7c9c93bc5811d437 (patch) | |
tree | 0af05dafe5ebfed16626588603af2b8639f38853 /example_project | |
parent | f4473cf41854b3f6d469d026d0e82e0795d06ea0 (diff) | |
download | Ishtar-f174169c926fa3211d654dad7c9c93bc5811d437.tar.bz2 Ishtar-f174169c926fa3211d654dad7c9c93bc5811d437.zip |
Install script: fix and simplify nginx template
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/local_settings.py.sample | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index 4c07f7152..f49963c84 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -11,8 +11,6 @@ ADMINS = ( # ('Your Name', 'your_email@domain.com'), ) -MANAGERS = ADMINS - DATABASES = { 'default': { 'NAME': 'ishtar', |