From 231a80642021e9d4a5445f78ccc5d7dbaee97854 Mon Sep 17 00:00:00 2001 From: tzangms Date: Mon, 9 Dec 2013 01:50:41 +0800 Subject: [PATCH] Update test_settings.py --- tests/test_settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_settings.py b/tests/test_settings.py index 677ab6d..14d0ca0 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -38,3 +38,4 @@ TEMPLATE_DIRS = ( local_path('templates'), ) +SECRET_KEY = 'django-bootstrap-form'