Closed michaelmior closed 11 years ago
SECRET_KEY is a mandatory settings until 1.5 version.
Changed in Django 1.5: Django will now refuse to start if SECRET_KEY is not set.
Any reason not to add SECRET_KEY = 'foo'
in the settings file so the tests can run? (They all complete successfully.)
Ohhhh, now I understand your request. I tought you are talking about your project =)
Thanks for your feedback, I will included it.
No problem. I see that my initial comment was pretty ambiguous. Thanks!
done.
I can't run tests without adding a dummy value for
SECRET_KEY
insettings.py
. Is there something I have configured incorrectly, or is this a bug?