Missing parenthesis, whoops.

This commit is contained in:
Greg Taylor 2007-06-06 12:26:50 +00:00
parent e80fa61d03
commit f68e686fd9

View file

@ -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',