Metadata-Version: 2.1
Name: django-upstorage-backend
Version: 0.5
Summary: Custom Storage For UpStorage.
Home-page: https://github.com/QuackCoding/DjangoUpStorageBackend
Author: Sakib (Florian Dedov)
Author-email: <mail@neuralnine.com>
License: UNKNOWN
Description: ========================
        django-upstorage-backend
        ========================
        
        Polls is a Django app to conduct Web-based polls. For each question,
        visitors can choose between a fixed number of answers.
        
        Detailed documentation is in the "docs" directory.
        
        Quick start
        -----------
        
        1. Add "storages" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'storages',
            ]
        
Keywords: python,storage,api,upstorage,django-upstorage-backend
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
