django-dust

Distributed Upload STorage for Django, a file backend that mirrors all incoming media files to several ...
Download

django-dust Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Aymeric Augustin
  • Publisher web site:
  • https://github.com/aaugustin/

django-dust Tags


django-dust Description

Distributed Upload STorage for Django, a file backend that mirrors all incoming media files to several servers django-dust is a Django app that provides file storage backends that can store files coming into a Django site on several servers simultaneously, using HTTP. `HybridStorage` will store the files locally on the filesystem and remotely, while `DistributedStorage` will only store them remotely.This works for files uploaded by users through the admin or through custom Django forms, and also for files created by the application code, provided it uses the standard `storage API.django-dust is useful for sites deployed in a multi-server environment, in order to accept uploaded files and have them available on all media servers immediately for subsequent web requests that could be routed to any machine. Requirements: · Python · Django


django-dust Related Software