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.
Last Updated
Sep 1, 2017 at 02:36
License
MIT
Total Downloads
56.6K
Version Downloads
56.6K
Supported Platforms
GitHub Repository
https://github.com/agconti/django-unique-uploadDocumentation
https://github.com/agconti/django-unique-upload