redsolutioncms.django-hex-storage

Software Screenshot:
redsolutioncms.django-hex-storage
Software Details:
Version: 0.1.2
Upload Date: 15 Apr 15
Developer: Alexander Ivanov
Distribution Type: Freeware
Downloads: 12

Rating: 2.0/5 (Total Votes: 1)

File system storage with support of international file names and same file names.

For example:

 1. You can upload to your server files with russian or turkish names. Such files will be urlified.

 Документ 1.doc becomes document_1.doc

 2. You can upload files with same names. Such files will have names with different random hex postfixes.

 Different files 1.png and 1.png becomes 1.png and 1_1BAC45.png rather than 1.png and 1_.png in Django default filestorage

Installation:

 1. Put hex_storage to your INSTALLED_APPS in your settings.py within your django project.

 INSTALLED_APPS = [
 ...
 'hex_storage',
 ...
 ]


 2. Set your default file storage in your settings.py:

 DEFAULT_FILE_STORAGE = 'hex_storage.HexFileSystemStorage'

Requirements:

  • Python
  • Django

Other Software of Developer Alexander Ivanov

Comments to redsolutioncms.django-hex-storage

Comments not found
Add Comment
Turn on images!