On Fri, Sep 25, 2015 at 12:01 PM, Tom Evans <[email protected]> wrote: > However, what is stored in settings is your SECRET_KEY. If you have > leaked it, you should change it immediately. This will invalidate..
Helpfully, the django documentation for SECRET_KEY details precisely what cycling it will invalidate, so you don't need to trust my un-detailed list: https://docs.djangoproject.com/en/1.8/ref/settings/#secret-key Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFHbX1KUgsHcCJvFfDCxB9rfSgC1QxA%3DH21pjR_CvdCe3Sbtnw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

