From b074754b54adf172cd2d102e2a326a7f322cf2ef Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Tue, 21 Feb 2012 22:13:41 +0000 Subject: Remove ADMIN_MEDIA_PREFIX everywhere --- djangorestframework/runtests/settings.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'djangorestframework/runtests/settings.py') diff --git a/djangorestframework/runtests/settings.py b/djangorestframework/runtests/settings.py index f54a554b..7cb3e27b 100644 --- a/djangorestframework/runtests/settings.py +++ b/djangorestframework/runtests/settings.py @@ -53,11 +53,6 @@ MEDIA_ROOT = '' # Examples: "http://media.lawrence.com", "http://example.com/media/" MEDIA_URL = '' -# 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/' - # Make this unique, and don't share it with anybody. SECRET_KEY = 'u@x-aj9(hoh#rb-^ymf#g2jx_hp0vj7u5#b@ag1n^seu9e!%cy' -- cgit v1.2.3