From 64faa46a156b76e04c3cc1852055e6c0393e6f91 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 23 Jul 2013 08:30:41 +0200 Subject: Fix running the unit tests in the RPM --- hyperkitty/tests_conf/settings_tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hyperkitty/tests_conf/settings_tests.py') 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', -- cgit