Skip to content

Commit

Permalink
Secrets are not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
brodul committed Mar 1, 2013
1 parent f2dbfdc commit 0424283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion liby/settings.py
@@ -1,5 +1,8 @@
# Django settings for liby project.
from liby.secrets import *
try:
from liby.secrets import *
except ImportError:
pass

DEBUG = True
TEMPLATE_DEBUG = DEBUG
Expand Down
1 change: 1 addition & 0 deletions src/djangorecipe
Submodule djangorecipe added at a195a3

0 comments on commit 0424283

Please sign in to comment.