From f1d4e11b8acd97cbf29bc1e0b3e99c75a5b51f3a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 22 Oct 2012 20:54:01 +0200 Subject: Minor update on doc - Fix import script --- example_project/settings.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'example_project') 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', ] -- cgit v1.2.3