Skip to content

Instantly share code, notes, and snippets.

@nikitalarionov
Forked from sandervm/commandline.txt
Created March 11, 2019 21:05
Show Gist options
  • Save nikitalarionov/5f2d1a617eeb99ba39f6c66213ea5ece to your computer and use it in GitHub Desktop.
Save nikitalarionov/5f2d1a617eeb99ba39f6c66213ea5ece 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