Skip to content

Instantly share code, notes, and snippets.

@vinhntb
Created June 29, 2018 05:00
Show Gist options
  • Select an option

  • Save vinhntb/747dc88fe2b90175ff64daa1c7f9cf15 to your computer and use it in GitHub Desktop.

Select an option

Save vinhntb/747dc88fe2b90175ff64daa1c7f9cf15 to your computer and use it in GitHub Desktop.
Generate a secret key django
import random
''.join(random.SystemRandom().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