aboutsummaryrefslogtreecommitdiffstats
path: root/tests/settings.py
diff options
context:
space:
mode:
authorAymeric Augustin2014-01-08 21:55:17 +0100
committerAymeric Augustin2014-01-08 22:13:32 +0100
commitfe6b2ce8c3db95367741012dce6a310cdd50266e (patch)
tree0ec77a164cf2831a237573d3d212166d8f4c2ff0 /tests/settings.py
parentc4224327f5e855d472d6f07316f374d209238411 (diff)
downloaddjango-debug-toolbar-fe6b2ce8c3db95367741012dce6a310cdd50266e.tar.bz2
Allow the tests to run on Django 1.7.
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py
index 70049b4..0a4094d 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -40,6 +40,8 @@ MIDDLEWARE_CLASSES = [
ROOT_URLCONF = 'tests.urls'
+STATIC_ROOT = os.path.join(BASE_DIR, 'tests', 'static')
+
STATIC_URL = '/static/'
STATICFILES_DIRS = [