Skip to main content

Django storage for rsync distributive copy of files

Project description

=====
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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

django_rsync_storage-0.0.5-py2-none-any.whl (5.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page