dont set ADMIN_MEDIA_PREFIX

This commit is contained in:
j 2013-11-01 12:41:22 +01:00
parent 7a9c2795e7
commit 4f01ed254a

View File

@ -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 = (