aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
diff options
context:
space:
mode:
authorTom Christie2012-12-27 17:35:00 +0000
committerTom Christie2012-12-27 17:35:00 +0000
commit24ed6dcfdadb5c1e7b18a1b1dfabad871ee91f09 (patch)
treed553d367ec4aa310f6cd4454ec9b4f68cbf16540 /rest_framework
parent5ae7786930ea0e6ec35f81ca7a38f36a80a4c6b7 (diff)
downloaddjango-rest-framework-24ed6dcfdadb5c1e7b18a1b1dfabad871ee91f09.tar.bz2
Update runtest settings to include staticfiles app.
Diffstat (limited to 'rest_framework')
-rw-r--r--rest_framework/runtests/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rest_framework/runtests/settings.py b/rest_framework/runtests/settings.py
index dd5d9dc3..90fbaa98 100644
--- a/rest_framework/runtests/settings.py
+++ b/rest_framework/runtests/settings.py
@@ -91,6 +91,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.messages',
+ 'django.contrib.staticfiles',
# Uncomment the next line to enable the admin:
# 'django.contrib.admin',
# Uncomment the next line to enable admin documentation: