Created
November 11, 2019 11:09
-
-
Save mllnd/8a9fbadbaa77cf139fe7facfa0dda4a3 to your computer and use it in GitHub Desktop.
Django Create Secret Key
This file contains hidden or 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
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