diff options
| author | Tom Christie | 2012-02-21 22:13:41 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-02-21 22:13:41 +0000 |
| commit | b074754b54adf172cd2d102e2a326a7f322cf2ef (patch) | |
| tree | ad3716a765fc6136a0b4cf8b88fa5808c09c151a /djangorestframework/runtests/settings.py | |
| parent | 9277f438cb85e8205cfe0149142d2f2b4d11a31c (diff) | |
| download | django-rest-framework-b074754b54adf172cd2d102e2a326a7f322cf2ef.tar.bz2 | |
Remove ADMIN_MEDIA_PREFIX everywhere
Diffstat (limited to 'djangorestframework/runtests/settings.py')
| -rw-r--r-- | djangorestframework/runtests/settings.py | 5 |
1 files changed, 0 insertions, 5 deletions
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' |
