diff --git a/datastore/helpers/uploads.py b/datastore/helpers/uploads.py index 8fcd31b..ffd44db 100644 --- a/datastore/helpers/uploads.py +++ b/datastore/helpers/uploads.py @@ -2,4 +2,4 @@ import uuid def get_upload_path(instance, filename): - return f"{str(uuid.uuid4)}/{filename}" \ No newline at end of file + return f"{str(uuid.uuid4())}/{filename}" \ No newline at end of file