increase length of randomid

This commit is contained in:
2022-12-19 10:44:56 +01:00
parent c10091a9c9
commit 9b0a2cd70c

View File

@@ -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]