X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fdorestad-bookings.git;a=blobdiff_plain;f=settings.py;h=91b6996f18d087b673ff2c3fc6ecec5278a1297b;hp=c6bd83d6a5771d0b205f27bd1cdade4fdd01d029;hb=9f975ac055023a8f483b2dfeae36f75c04e50f5f;hpb=3edc238e516029eec37ca84c53a59f7a958aa482 diff --git a/settings.py b/settings.py index c6bd83d..91b6996 100644 --- a/settings.py +++ b/settings.py @@ -47,7 +47,7 @@ MEDIA_URL = '' # 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/' +ADMIN_MEDIA_PREFIX = '/admin/media/' # Make this unique, and don't share it with anybody. SECRET_KEY = 'dd1=%ckg%xhi((eq)^@ri0o62trw-j!3(4bed9#u5)$_h&a!)0' @@ -80,6 +80,9 @@ LOGIN_REDIRECT_URL = "/reserveren/" INSTALLED_APPS = ( 'django.contrib.auth', + 'django.contrib.contenttypes', + 'django.contrib.sessions', + 'django.contrib.admin', 'tickets', )