Metadata-Version: 1.1
Name: django-http-fallback-storage
Version: 1.1
Summary: UNKNOWN
Home-page: https://github.com/matthiask/django-http-fallback-storage/
Author: Matthias Kestenholz
Author-email: mk@feinheit.ch
License: BSD License
Description: ============================
        django-http-fallback-storage
        ============================
        
        When the production site uploads folder gets really big you don't want to
        rsync everything to your local machine just to fix a few bugs. Only download
        what is needed, right?
        
        That's what this storage class does.
        
        Usage
        =====
        
        0. Make sure that you only use this if ``DEBUG = True``
        1. Add ``DEFAULT_FILE_STORAGE = 'http_fallback_storage.FallbackStorage``
           and ``FALLBACK_STORAGE_URL = 'http://example.com/media/'`` to your
           Django settings
        
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
