=====
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
Release files for django-rsync-storage 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-rsync-storage-0.0.6.tar.gz | 4.3 kB | Details |
Release files / django-rsync-storage-0.0.6.tar.gz
| Download URL | django-rsync-storage-0.0.6.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
86b4c083e1c72556833b0ef703f909a3c45c3b3b125a1830524a170bf0dca8cd
|
|
BLAKE2b-256 checksum How to use checksums |
faaf002dc91f0e1d335cc6cbf1c3fa529d2e2efba336cf1b8e9434f4a047876e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |