summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests_conf/settings_tests.py
diff options
context:
space:
mode:
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',