Skip to main content

A self-contained and extensible Django environment

Project description

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

Note that the default is to not provide access to the underlying filesystem. If you require that, update your settings as applicable

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj-core-0.0.1.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

dj_core-0.0.1-py2.py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page