Created
May 29, 2018 23:50
-
-
Save edgabaldi/fb4185d2e42abac7a556a7f794c9cc0b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from django.utils.crypto import get_random_string | |
hash_key = get_random_string(length=8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment