summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests_conf/settings_tests.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-23 08:30:41 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-23 08:59:12 +0200
commit64faa46a156b76e04c3cc1852055e6c0393e6f91 (patch)
tree9e57af521794564991f0d53a4a14e2a847201ff0 /hyperkitty/tests_conf/settings_tests.py
parent4742c5c9bb3e585db49475e52444d0545ec34a27 (diff)
downloadhyperkitty-64faa46a156b76e04c3cc1852055e6c0393e6f91.tar.gz
hyperkitty-64faa46a156b76e04c3cc1852055e6c0393e6f91.tar.xz
hyperkitty-64faa46a156b76e04c3cc1852055e6c0393e6f91.zip
Fix running the unit tests in the RPM
Diffstat (limited to 'hyperkitty/tests_conf/settings_tests.py')
-rw-r--r--hyperkitty/tests_conf/settings_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/hyperkitty/tests_conf/settings_tests.py b/hyperkitty/tests_conf/settings_tests.py
index 6941109..59e53c1 100644
--- a/hyperkitty/tests_conf/settings_tests.py
+++ b/hyperkitty/tests_conf/settings_tests.py
@@ -4,6 +4,8 @@
DEBUG = True
TEMPLATE_DEBUG = DEBUG
+ASSETS_DEBUG = DEBUG
+USE_SSL = False
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',