-
-
Save nikitalarionov/5f2d1a617eeb99ba39f6c66213ea5ece to your computer and use it in GitHub Desktop.
Generate Django secret key commandline
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
$ python -c 'import random; print "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)])' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment