utils.py 115 B

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