Restoroo/core/helpers/media.py
2022-08-04 17:58:57 +02:00

5 lines
No EOL
88 B
Python

import uuid
def uuid_path(instance, filename):
return f'{uuid.uuid4()}/{filename}'