About Anaconda Help Download Anaconda

conda-forge / packages / django-unique-upload 0.2.1

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

Installers

Info: This package contains files in non-standard labels.
  • noarch v0.2.1
  • linux-64 v0.2.1
  • win-32 v0.2.1
  • win-64 v0.2.1
  • osx-64 v0.2.1

conda install

To install this package run one of the following:
conda install conda-forge::django-unique-upload
conda install conda-forge/label/cf201901::django-unique-upload
conda install conda-forge/label/cf202003::django-unique-upload
conda install conda-forge/label/gcc7::django-unique-upload

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.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy