utils.py 110 B

12345
  1. from django.utils.crypto import get_random_string
  2. def get_random_version():
  3. return get_random_string(8)