summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorhrcerqueira <hrcerqueira@gmail.com>2010-03-07 23:41:26 +0000
committerhrcerqueira <hrcerqueira@gmail.com>2010-03-07 23:41:26 +0000
commitccfbbd7f183538e96df76d82b2f4081fcc119b1f (patch)
tree9eae31a6f8d4d3c5397d6d6ff457b6ec51dd32b5 /settings.py
parent0d1d1ef3a3416b5bcd4eb867356484b28f0c7f05 (diff)
downloadaskbot-ccfbbd7f183538e96df76d82b2f4081fcc119b1f.tar.gz
askbot-ccfbbd7f183538e96df76d82b2f4081fcc119b1f.tar.bz2
askbot-ccfbbd7f183538e96df76d82b2f4081fcc119b1f.zip
Lots of small fixes, including the missing comments problem.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index f9357877..a84ba4a6 100644
--- a/settings.py
+++ b/settings.py
@@ -5,7 +5,7 @@ import sys
SITE_ID = 1
-ADMIN_MEDIA_PREFIX = '/forum/admin/media/'
+ADMIN_MEDIA_PREFIX = '/admin_media/'
SECRET_KEY = '$oo^&_m&qwbib=(_4m_n*zn-d=g#s0he5fx9xonnym#8p6yigm'
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
@@ -69,6 +69,7 @@ INSTALLED_APPS = [
'django.contrib.humanize',
'django.contrib.sitemaps',
'debug_toolbar',
+ #'django_evolution',
'forum',
]