Skip to content

Commit

Permalink
Empties out SECRET_KEY for security and upgrades funfactory (Issue 50)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar303 committed Oct 1, 2011
1 parent d55c026 commit de9310c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions settings_local.py-dist
Expand Up @@ -47,8 +47,8 @@ DEV = True
# '2011-01-01': 'cheesecake',
# }

# Make this unique, and don't share it with anybody.
SECRET_KEY = '1iz#v0m55@h26^m6hxk3a7at*h$qj_2a$juu1#nv50548j(x1v'
# Make this unique, and don't share it with anybody. It cannot be blank.
SECRET_KEY = ''

# Uncomment these to activate and customize Celery:
# CELERY_ALWAYS_EAGER = False # required to activate celeryd
Expand Down
2 changes: 1 addition & 1 deletion vendor
Submodule vendor updated 1 files
+1 −1 src/funfactory

0 comments on commit de9310c

Please sign in to comment.