# HG changeset patch # User Brian Neal # Date 1336009097 18000 # Node ID 0a0a069ab645b5838aa694919136737b961e435f # Parent 3fe2eced1be74c705743dd413846ff1e23669be9 For Django 1.4, remove the obsolete setting ADMIN_MEDIA_PREFIX. diff -r 3fe2eced1be7 -r 0a0a069ab645 gpp/settings/base.py --- 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')),