Missing parenthesis, whoops.
This commit is contained in:
parent
e80fa61d03
commit
f68e686fd9
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ TEMPLATE_DIRS = (
|
||||||
# Always use forward slashes, even on Windows.
|
# Always use forward slashes, even on Windows.
|
||||||
# Don't forget to use absolute paths, not relative paths.
|
# Don't forget to use absolute paths, not relative paths.
|
||||||
"%s/webtemplates/%s" % (BASE_PATH, ACTIVE_TEMPLATE),
|
"%s/webtemplates/%s" % (BASE_PATH, ACTIVE_TEMPLATE),
|
||||||
|
)
|
||||||
|
|
||||||
INSTALLED_APPS = (
|
INSTALLED_APPS = (
|
||||||
'django.contrib.auth',
|
'django.contrib.auth',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue