aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests
diff options
context:
space:
mode:
authorTom Christie2012-02-01 20:24:45 +0000
committerTom Christie2012-02-01 20:24:45 +0000
commit7886fa2b16fe9a82b1b83b7e2ddc361870b21d48 (patch)
treedb5ce4ec5dc606656ac789c73af55c608448aea4 /djangorestframework/runtests
parentb2fcfffb3bdaed89d39ee563c58dc0ede5e857ac (diff)
downloaddjango-rest-framework-7886fa2b16fe9a82b1b83b7e2ddc361870b21d48.tar.bz2
Update test settings for 1.2
Diffstat (limited to 'djangorestframework/runtests')
-rw-r--r--djangorestframework/runtests/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/djangorestframework/runtests/settings.py b/djangorestframework/runtests/settings.py
index 25f77111..f54a554b 100644
--- a/djangorestframework/runtests/settings.py
+++ b/djangorestframework/runtests/settings.py
@@ -97,6 +97,8 @@ INSTALLED_APPS = (
'djangorestframework',
)
+STATIC_URL = '/static/'
+
import django
if django.VERSION < (1, 3):