Add support for Django
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