Created
March 16, 2018 03:22
-
-
Save seLain/5e56475dd59024eb47df01acaa04ccae to your computer and use it in GitHub Desktop.
Django get new random secret key
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This can be done in interactive python shell | |
> from django.core.management.utils import get_random_secret_key | |
> get_random_secret_key() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment