diff --git a/test_project/settings.py b/test_project/settings.py index 80fc624..d431d82 100644 --- a/test_project/settings.py +++ b/test_project/settings.py @@ -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 = (