From 6051d573540c1910bf67c95fe1a879d98047eca3 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 15 Aug 2011 21:15:58 +0530 Subject: [PATCH] admin media --- mofca/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mofca/settings.py b/mofca/settings.py index 8291b5f..49d3b42 100644 --- a/mofca/settings.py +++ b/mofca/settings.py @@ -59,7 +59,7 @@ MEDIA_URL = '/static/' # 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 = 'asdkhfoq839861874scvliayw3o87623rv'