Moved admin media under media dir.

It helps with both serving static files during a testing scenario, to easing
deployment.
This commit is contained in:
eliott 2007-12-29 14:51:13 -08:00
parent 487fee6e75
commit 824004e7db

View File

@ -35,7 +35,7 @@
# 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 = '/admin-media/'
ADMIN_MEDIA_PREFIX = '/media/admin_media/'
# URL to send users when they don't have sufficient privileges
BADPRIVS_URL = '/denied/'