Skip to content

Instantly share code, notes, and snippets.

@smartworld-dm
Forked from sandervm/commandline.txt
Created October 1, 2019 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smartworld-dm/1fb64a8c2ec07227c29bbe8141918abc to your computer and use it in GitHub Desktop.
Save smartworld-dm/1fb64a8c2ec07227c29bbe8141918abc 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