Skip to content

Instantly share code, notes, and snippets.

View alvesgabriel's full-sized avatar

Gabriel Alves alvesgabriel

  • Juazeiro do Norte - CE
View GitHub Profile
@alvesgabriel
alvesgabriel / django_secret_key_python2x.txt
Last active September 7, 2020 22:07 — forked from sandervm/commandline.txt
Generate Django secret key commandline
$ python -c 'import random; print "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)])'