aboutsummaryrefslogtreecommitdiffstats
path: root/tests/settings.py
diff options
context:
space:
mode:
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 = [