CMD + K

django-unique-upload

Community

A django utility that creates unique file names for uploaded files via uuids.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::django-unique-upload

Usage Tracking

0.2.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

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

linux-64
win-32
macOS-64
noarch
win-64