aboutsummaryrefslogtreecommitdiffstats
path: root/wkhtmltopdf
diff options
context:
space:
mode:
authormattack108 <matt.lenc@gmail.com>2013-09-20 12:27:50 +0100
committermattack108 <matt.lenc@gmail.com>2013-09-20 12:27:50 +0100
commit8779e1feda71db035443904305e2d0bd32024b51 (patch)
treeabf8f7ade1b730919303c36360d92cc16291a170 /wkhtmltopdf
parentfd094c967e6078316bfd30fc2d04581ae29d1bc6 (diff)
downloaddjango-wkhtmltopdf-8779e1feda71db035443904305e2d0bd32024b51.tar.gz
django-wkhtmltopdf-8779e1feda71db035443904305e2d0bd32024b51.tar.bz2
django-wkhtmltopdf-8779e1feda71db035443904305e2d0bd32024b51.zip
Add SECRET_KEY to settings
Diffstat (limited to 'wkhtmltopdf')
-rw-r--r--wkhtmltopdf/test_settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/wkhtmltopdf/test_settings.py b/wkhtmltopdf/test_settings.py
index 9f6e461..16fb734 100644
--- a/wkhtmltopdf/test_settings.py
+++ b/wkhtmltopdf/test_settings.py
@@ -4,6 +4,8 @@ DEBUG = True
DIRNAME = os.path.abspath(os.path.dirname(__file__))
+SECRET_KEY = 'fooooooo'
+
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',