Skip to content

vlasov-37/django-rsync-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===== RSYNC STORAGE

django storage for distrubute files via rsync

Quick start

  1. Add "polls" to your INSTALLED_APPS setting like this:: from rsync_storage import RSyncStorage

  2. In settings file specify :: RSYNC_HOSTS = [ {'host': '172.17.0.2', 'media_root': '/opt/media/'} ]

    • make sure thatn you have ssh connection to "host" for user run your django App
    • make sure you have celery worker started

About

django storage for distrubute files via rsync

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages