A self-contained and extensible Django environment
Project Description
dj-core
=======
.. image:: https://img.shields.io/pypi/v/dj-core.svg
:target: https://pypi.python.org/pypi/dj-core
.. image:: https://pyup.io/repos/github/ionata/dj-core/shield.svg
:target: https://pyup.io/repos/github/ionata/dj-core/
.. image:: https://img.shields.io/badge/code%20style-pep8-green.svg
:target: https://www.python.org/dev/peps/pep-0008/
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:
----------------------------
django-anymail
~~~~~~~~~~~~~~
set the environment variable `DJCORE_EMAIL_BACKEND` to your backend of choice
django-debug-toolbar[-line-profiler]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
set the environment variable `DJCORE_USE_DJDT` to `0` or `False`
django-minimal-user
~~~~~~~~~~~~~~~~~~~
set the environment variable `DJCORE_AUTH_USER_MODEL` to your model of choice
django-storages
~~~~~~~~~~~~~~~
| set the environment variable `DJCORE_DEFAULT_FILE_STORAGE` to your engine of choice
set the environment variable `DJCORE_STATICFILES_STORAGE` to your engine of choice
=======
.. image:: https://img.shields.io/pypi/v/dj-core.svg
:target: https://pypi.python.org/pypi/dj-core
.. image:: https://pyup.io/repos/github/ionata/dj-core/shield.svg
:target: https://pyup.io/repos/github/ionata/dj-core/
.. image:: https://img.shields.io/badge/code%20style-pep8-green.svg
:target: https://www.python.org/dev/peps/pep-0008/
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:
----------------------------
django-anymail
~~~~~~~~~~~~~~
set the environment variable `DJCORE_EMAIL_BACKEND` to your backend of choice
django-debug-toolbar[-line-profiler]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
set the environment variable `DJCORE_USE_DJDT` to `0` or `False`
django-minimal-user
~~~~~~~~~~~~~~~~~~~
set the environment variable `DJCORE_AUTH_USER_MODEL` to your model of choice
django-storages
~~~~~~~~~~~~~~~
| set the environment variable `DJCORE_DEFAULT_FILE_STORAGE` to your engine of choice
set the environment variable `DJCORE_STATICFILES_STORAGE` to your engine of choice
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
dj_core-0.0.3-py2.py3-none-any.whl (11.2 kB) Copy SHA256 hash SHA256 | Wheel | py2.py3 | Jul 17, 2017 |
dj-core-0.0.3.tar.gz (7.8 kB) Copy SHA256 hash SHA256 | Source | None | Jul 17, 2017 |