Skip to content

Commit

Permalink
Remove SECRET_KEY check,
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Feb 28, 2012
1 parent e4af845 commit d4ff8ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions forms_builder/example_project/settings.py
Expand Up @@ -70,6 +70,3 @@
pass

TEMPLATE_DEBUG = DEBUG

if not SECRET_KEY:
raise Exception("Please set the value for SECRET_KEY")

0 comments on commit d4ff8ef

Please sign in to comment.