From fe6b2ce8c3db95367741012dce6a310cdd50266e Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Wed, 8 Jan 2014 21:55:17 +0100 Subject: Allow the tests to run on Django 1.7. --- tests/settings.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/settings.py') 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 = [ -- cgit v1.2.3