website.settings package

Subpackages

Submodules

website.settings.base module

Django settings for this website project.

Generated by wooyek/cookiecutter-django-website

For more information on this file, see https://docs.djangoproject.com/en/dev/topics/settings/

For the full list of settings and their values, see https://docs.djangoproject.com/en/dev/ref/settings/

# Before go-live check if your settings are suitable for production # See https://docs.djangoproject.com/en/dev/howto/deployment/checklist/

website.settings.development module

These should mimic a production settings making minimal modifications to accommodate development

website.settings.production module

These are production settings, secrets should be loaded of the environment.

The goal here is to not change any settings may have impact on features present. Changing keys and secrets should not have that impact.

website.settings.testing module

These should mimic a production settings making minimal modifications to accommodate tests

Module contents