changeset 63:c723f8fa38cf

For Django 1.4, remove ADMIN_MEDIA_PREFIX setting.
author Brian Neal <bgneal@gmail.com>
date Sat, 14 Apr 2012 13:33:06 -0500
parents 275e62422c9e
children e17fc6bbb9b0
files madeira/settings/base.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/madeira/settings/base.py	Thu Apr 12 20:14:18 2012 -0500
+++ b/madeira/settings/base.py	Sat Apr 14 13:33:06 2012 -0500
@@ -42,11 +42,6 @@
 # Examples: "http://media.lawrence.com", "http://example.com/media/"
 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/".
-ADMIN_MEDIA_PREFIX = '/static/admin/'
-
 # Staticfiles settings:
 STATICFILES_DIRS = [
     os.path.abspath(os.path.join(PROJECT_PATH, '..', 'static')),