FAQ | This is a LIVE service | Changelog

Skip to content

Add support for Django

James Barr requested to merge 3-django-support into main

Adds basic support for Django including example project and docs.

This approach disables Django's default logging configuration process, and breaks from Django's DEBUG=true log to console convention.

The acceptance criteria stated that a warning should be raise if a externalsetting env var was found. I originally requested this and after thinking about it came to the conclusion is was a bad idea to add as a runtime check.

Closes #3

Edited by James Barr

Merge request reports