Skip to content

Instantly share code, notes, and snippets.

@knwng
Forked from sandervm/commandline.txt
Created April 24, 2019 13:43
Show Gist options
  • Save knwng/3e84989d61878338bbf73cd8ea1d7625 to your computer and use it in GitHub Desktop.
Save knwng/3e84989d61878338bbf73cd8ea1d7625 to your computer and use it in GitHub Desktop.
Generate Django secret key commandline
$ 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