From f174169c926fa3211d654dad7c9c93bc5811d437 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 2 May 2017 11:39:11 +0200 Subject: Install script: fix and simplify nginx template --- example_project/local_settings.py.sample | 2 -- 1 file changed, 2 deletions(-) (limited to 'example_project/local_settings.py.sample') 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', -- cgit v1.2.3