Skip to content

Instantly share code, notes, and snippets.

@neosergio
Created August 22, 2018 18:40
Show Gist options
  • Select an option

  • Save neosergio/9b6aeacc970d781ef75c76c5de8d0e7f to your computer and use it in GitHub Desktop.

Select an option

Save neosergio/9b6aeacc970d781ef75c76c5de8d0e7f to your computer and use it in GitHub Desktop.

Revisions

  1. neosergio created this gist Aug 22, 2018.
    1 change: 1 addition & 0 deletions django_secret_key_generator
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    python -c 'import random; result = "".join([random.choice("abcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*(-_=+)") for i in range(50)]); print(result)'