summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index f8d188b23..d30219452 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -63,11 +63,6 @@ MEDIA_ROOT = ROOT_PATH + 'media/'
# Examples: "http://media.lawrence.com", "http://example.com/media/"
MEDIA_URL = '/media/'
-# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
-# trailing slash.
-# Examples: "http://foo.com/media/", "/media/".
-ADMIN_MEDIA_PREFIX = '/media/'
-
# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
'django.template.loaders.filesystem.Loader',
@@ -116,7 +111,7 @@ INSTALLED_APPS = [
'registration',
'ishtar_common',
'archaeological_operations', # mandatory app to run ishtar
- 'django_extensions',
+ #'django_extensions',
#'debug_toolbar',
]