Skip to content

Commit

Permalink
Add SECRET_KEY to test_project
Browse files Browse the repository at this point in the history
  • Loading branch information
bmihelac committed May 18, 2012
1 parent 0b13901 commit b13a31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
ADMIN_MEDIA_PREFIX = '/media/'

# Make this unique, and don't share it with anybody.
SECRET_KEY = ''
SECRET_KEY = 'secret-key'

# List of callables that know how to import templates from various sources.
TEMPLATE_LOADERS = (
Expand Down

0 comments on commit b13a31f

Please sign in to comment.