From 5eca6359c663f0a07b70ae828ef4eb7d8dfc306c Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 15 Jan 2015 19:09:06 -0200 Subject: [PATCH] simple file storage for tests --- colab/tests/settings.py | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/colab/tests/settings.py b/colab/tests/settings.py index 2f636d2..843bf0e 100644 --- a/colab/tests/settings.py +++ b/colab/tests/settings.py @@ -1,5 +1,7 @@ from ..settings import * +STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.StaticFilesStorage' + LOGGING = { 'version': 1, -- libgit2 0.21.2