Metadata-Version: 1.2
Name: dj-core
Version: 0.0.7
Summary: A self-contained and extensible Django environment
Home-page: https://github.com/ionata/dj-core
Author: Ionata Digital
Author-email: webmaster@ionata.com.au
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: # dj-core
        [![PyPI](https://img.shields.io/pypi/pyversions/dj-core.svg)](https://pypi.org/project/dj-core/)
        [![PyPI](https://img.shields.io/pypi/v/dj-core.svg)](https://pypi.org/project/dj-core/)
        [![Updates](https://pyup.io/repos/github/ionata/dj-core/shield.svg)](https://pyup.io/repos/github/ionata/dj-core/)
        
        ## A self-contained and extensible django environment.
        The default configuration makes use of the following optional packages:
        - django-anymail[mailgun]
        - django-debug-toolbar
        - django-debug-toolbar-line-profiler
        - django-minimal-user
        - django-storages
        
        The default configuration also configures the following, but does not require them:
        - django-extensions
        - django-cors-headers
        - celery[redis]
        
        ## Disabling optional packages:
        Override the following environment variables:
        - django-anymail: `DJCORE_EMAIL_BACKEND`
        - django-debug-toolbar[-line-profiler]: `DJCORE_USE_DJDT`
        - django-minimal-user: `DJCORE_AUTH_USER_MODEL`
        - django-storages: `DJCORE_DEFAULT_FILE_STORAGE`, `DJCORE_STATICFILES_STORAGE`
        
Platform: UNKNOWN
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.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7,>=3.5
