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
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
File details
Details for the file django-rsync-storage-0.0.6.tar.gz
.
File metadata
- Download URL: django-rsync-storage-0.0.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86b4c083e1c72556833b0ef703f909a3c45c3b3b125a1830524a170bf0dca8cd |
|
MD5 | c9c5b177534c713bf8053bf7d2a3cd38 |
|
BLAKE2b-256 | faaf002dc91f0e1d335cc6cbf1c3fa529d2e2efba336cf1b8e9434f4a047876e |