django-unique-upload
A django utility that creates unique file names for uploaded files via uuids.
A django utility that creates unique file names for uploaded files via uuids.
To install this package, run one of the following:
This eliminates the need to check if the a file already exists with the same name. Checking incurs overhead. Removing the need to check boosts performance. Popular pacakges like django storages don't check if a file already exists with the same name by default. They instead overwrite the file. Using unique file names ensures that no file is over written.
Summary
A django utility that creates unique file names for uploaded files via uuids.
Information Last Updated
Apr 22, 2025 at 14:56
License
MIT
Total Downloads
42.4K
Platforms
GitHub Repository
https://github.com/agconti/django-unique-uploadDocumentation
https://github.com/agconti/django-unique-upload