From 4f01ed254a829f7abc69606fa8c5bdd5ef893fab Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 1 Nov 2013 12:41:22 +0100 Subject: [PATCH] dont set ADMIN_MEDIA_PREFIX --- pandora/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora/settings.py b/pandora/settings.py index c03e1643..7827cc52 100644 --- a/pandora/settings.py +++ b/pandora/settings.py @@ -51,7 +51,6 @@ MEDIA_URL = '/data/' STATIC_ROOT = normpath(join(PROJECT_ROOT, '..', 'static')) STATIC_URL = '/static/' -ADMIN_MEDIA_PREFIX = '/static/admin/' # Additional locations of static files STATICFILES_DIRS = (