Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Last active May 14, 2024 02:23
Show Gist options
  • Save Miserlou/a9cbe22d06cbabc07f21 to your computer and use it in GitHub Desktop.
Save Miserlou/a9cbe22d06cbabc07f21 to your computer and use it in GitHub Desktop.
Generate a new Django SECRET_KEY
python -c 'import random; import string; print "".join([random.SystemRandom().choice(string.digits + string.letters + "!#$%&\()*+,-./:;<=>?@[]^_{|}~" ) for i in range(100)])'
@KingGame0
Copy link

<style type="text/css"></style> KingGame -- Gold99 PGasia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment