projets
/
auf_recipe_django.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea85f9b
)
Ajouté SECRET_KEY à conf.py
author
Eric Mc Sween
<eric.mcsween@auf.org>
Wed, 25 Apr 2012 19:25:24 +0000
(15:25 -0400)
committer
Eric Mc Sween
<eric.mcsween@auf.org>
Wed, 25 Apr 2012 19:25:24 +0000
(15:25 -0400)
auf/recipe/django/boilerplate.py
patch
|
blob
|
blame
|
history
diff --git
a/auf/recipe/django/boilerplate.py
b/auf/recipe/django/boilerplate.py
index
230a8c7
..
3b306b4
100644
(file)
--- a/
auf/recipe/django/boilerplate.py
+++ b/
auf/recipe/django/boilerplate.py
@@
-43,6
+43,8
@@
application = %(module_name)s.%(attrs)s(%(arguments)s)
conf_file = '''# -*- encoding: utf-8 -*
+SECRET_KEY = ''
+
DATABASES = {
'default': {
#'ENGINE': 'django.db.backends.mysql',