From c93e4f279a791886a43a834a31b472129e197e82 Mon Sep 17 00:00:00 2001 From: Patrick Hetu Date: Wed, 9 Sep 2015 16:20:50 -0400 Subject: [PATCH] =?utf8?q?settings:=20ne=20pas=20d=C3=A9finir=20SITE=5FID?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- project/settings/99-custom.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/project/settings/99-custom.py b/project/settings/99-custom.py index 0930508..9caf881 100644 --- a/project/settings/99-custom.py +++ b/project/settings/99-custom.py @@ -9,8 +9,6 @@ EMAIL_HOST = 'localhost' EMAIL_PORT = 587 EMAIL_USE_TLS = True -SITE_ID = '1' - ROOT_URLCONF = 'project.urls' INSTALLED_APPS += ( -- 1.7.10.4