Metadata-Version: 1.1
Name: django-rsync-storage
Version: 0.0.1
Summary: Django storage for rsync distributive copy of files
Home-page: https://github.com/g10k/sw_rsync_storage
Author: Sergey Vlasov
Author-email: g10k.info@gmail.com
License: BSD License
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
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
