Fixed form action in book_detail template.
[wolnelektury.git] / wolnelektury / settings.py
index 3afa9dd..8b03f9c 100644 (file)
@@ -77,13 +77,13 @@ MIDDLEWARE_CLASSES = [
 ]
 
 # If DEBUG is enabled add query log to bottom of every template
-if DEBUG:
-    MIDDLEWARE_CLASSES.append('middleware.ProfileMiddleware')
+if DEBUG:
+    MIDDLEWARE_CLASSES.append('middleware.ProfileMiddleware')
 
 ROOT_URLCONF = 'urls'
 
 TEMPLATE_DIRS = (
-    PROJECT_DIR + '/templates/'
+    PROJECT_DIR + '/templates/',
 )
 
 # CSS and JS files to compress
@@ -126,6 +126,7 @@ INSTALLED_APPS = (
     'django.contrib.sessions',
     'django.contrib.sites',
     'django.contrib.admin',
+    'django.contrib.admindocs',
     'newtagging',
     'pagination',
     'chunks',