diff options
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 |
commit | 9c0e4b712fd911438328dcec164752229399400f (patch) | |
tree | 93e1f9499c0934d00459f901382980980a36928d /example_project | |
parent | 70525b115b3580ffb79bea9069cba835dc183ba1 (diff) | |
download | Ishtar-9c0e4b712fd911438328dcec164752229399400f.tar.bz2 Ishtar-9c0e4b712fd911438328dcec164752229399400f.zip |
Minor update on doc - Fix import script
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 7 |
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', ] |