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 | a3e7fa4a7fd7bbf71d5540c3f82050f3f13204b3 (patch) | |
tree | 0af05dafe5ebfed16626588603af2b8639f38853 /example_project | |
parent | d43d4752ad7728824c2084fb777148398f614c0d (diff) | |
download | Ishtar-a3e7fa4a7fd7bbf71d5540c3f82050f3f13204b3.tar.bz2 Ishtar-a3e7fa4a7fd7bbf71d5540c3f82050f3f13204b3.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', |