Improvements for the output of Sphinx's autodoc for Django classes: If you want to run custom code which depends on Django, e.g. to monkeypatch your application during documentation build, you might ...
Currently users are required to set the DJANGO_SETTINGS_MODULE env var when auto-instrumenting Django. It would be convenient for the auto-instrumentation to be able to figure this out automatically.