Metadata-Version: 2.0
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
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
Requires-Dist: django-environ (==0.4.4)
Requires-Dist: django (>=1.8.0)
Provides-Extra: defaults
Requires-Dist: boto3 (==1.4.7); extra == 'defaults'
Requires-Dist: celery[redis] (==4.1.0); extra == 'defaults'
Requires-Dist: django-anymail[mailgun] (==0.11.1); extra == 'defaults'
Requires-Dist: django-cors-headers (==2.1.0); extra == 'defaults'
Requires-Dist: django-debug-toolbar (==1.8.0); extra == 'defaults'
Requires-Dist: django-extensions (==1.9.1); extra == 'defaults'
Requires-Dist: django-minimal-user (==0.0.1); extra == 'defaults'
Requires-Dist: django-storages (==1.6.5); extra == 'defaults'
Requires-Dist: psycopg2 (~=2.0); extra == 'defaults'

# 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`


