diff --git a/fet2020/fet2020/utils.py b/fet2020/fet2020/utils.py index abea0648..9e9ba755 100644 --- a/fet2020/fet2020/utils.py +++ b/fet2020/fet2020/utils.py @@ -26,4 +26,4 @@ def add_log_action(request, form, app_label, model, add=True): ) def create_random_id(): - return str(uuid.uuid4())[:8] + return str(uuid.uuid4())[:36]