From f68e686fd96deaeb1d187b4142111e1fa5d37c1e Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Wed, 6 Jun 2007 12:26:50 +0000 Subject: [PATCH] Missing parenthesis, whoops. --- settings.py.dist | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.py.dist b/settings.py.dist index ad09008443..2a9ca8da29 100755 --- a/settings.py.dist +++ b/settings.py.dist @@ -86,6 +86,7 @@ TEMPLATE_DIRS = ( # Always use forward slashes, even on Windows. # Don't forget to use absolute paths, not relative paths. "%s/webtemplates/%s" % (BASE_PATH, ACTIVE_TEMPLATE), +) INSTALLED_APPS = ( 'django.contrib.auth',