forked from 0x2620/pandora
dont set ADMIN_MEDIA_PREFIX
This commit is contained in:
parent
7a9c2795e7
commit
4f01ed254a
1 changed files with 0 additions and 1 deletions
|
@ -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 = (
|
||||
|
|
Loading…
Reference in a new issue