Commit 73f292e7 by Timothée Peignier

add dummy secret key

parent 12b09b7a
...@@ -35,6 +35,8 @@ STATICFILES_FINDERS = ( ...@@ -35,6 +35,8 @@ STATICFILES_FINDERS = (
'staticfiles.finders.AppDirectoriesFinder' 'staticfiles.finders.AppDirectoriesFinder'
) )
SECRET_KEY = "django-pipeline"
TEMPLATE_DIRS = ( TEMPLATE_DIRS = (
local_path('templates'), local_path('templates'),
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment