Skip to content

Instantly share code, notes, and snippets.

@muhammed-ajmal
Forked from sandervm/commandline.txt
Created March 20, 2020 12:14
Show Gist options
  • Save muhammed-ajmal/98f21b041bb223d46910b380b3626539 to your computer and use it in GitHub Desktop.
Save muhammed-ajmal/98f21b041bb223d46910b380b3626539 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