From 69aadc1c565c2324fc200aa22aff7991fdfd13ad Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Aug 2012 15:51:38 +0200 Subject: Fix migration script --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 29c7823..812ca66 100644 --- a/settings.py +++ b/settings.py @@ -120,7 +120,7 @@ MEDIA_URL = '/media/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash. -# Examples: "http://foo.com/media/", "/media/". +# deprecated in Django 1.4 but left for Django 1.3 ADMIN_MEDIA_PREFIX = '/admin-media/' # Make this unique, and don't share it with anybody. -- cgit v1.2.3