summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-22 20:54:01 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-22 20:54:01 +0200
commitf1d4e11b8acd97cbf29bc1e0b3e99c75a5b51f3a (patch)
tree93e1f9499c0934d00459f901382980980a36928d /example_project
parentd9f1adb4e7164dfede3551822b9184bef9f9df85 (diff)
downloadIshtar-f1d4e11b8acd97cbf29bc1e0b3e99c75a5b51f3a.tar.bz2
Ishtar-f1d4e11b8acd97cbf29bc1e0b3e99c75a5b51f3a.zip
Minor update on doc - Fix import script
Diffstat (limited to 'example_project')
-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',
]