changeset 570:0a0a069ab645

For Django 1.4, remove the obsolete setting ADMIN_MEDIA_PREFIX.
author Brian Neal <bgneal@gmail.com>
date Wed, 02 May 2012 20:38:17 -0500
parents 3fe2eced1be7
children c2ba9c3395da
files gpp/settings/base.py
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gpp/settings/base.py	Sun Apr 29 16:00:01 2012 -0500
+++ b/gpp/settings/base.py	Wed May 02 20:38:17 2012 -0500
@@ -50,11 +50,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')),