From c5208656f836b7445be7ca26a222825fcba912b9 Mon Sep 17 00:00:00 2001 From: Michael King Date: Mon, 6 Aug 2007 18:14:37 +0000 Subject: [PATCH] Fixed missing quote on line 158. --- settings.py.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py.dist b/settings.py.dist index 7e649f6e2..c7115f7ef 100755 --- a/settings.py.dist +++ b/settings.py.dist @@ -155,7 +155,7 @@ TEMPLATE_DIRS = ( # refer to app models and perform DB syncs. INSTALLED_APPS = ( 'django.contrib.auth', - 'django.contrib.sites, + 'django.contrib.sites', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.admin',