On Sat, Feb 5, 2022 at 7:39 AM Christian González
wrote:
> Disclaimer: Yes, I know that I am somehow polluting the AppConfig namespace
> with attrs and methods that could clash with the ones you will add in far
> future... Pretix does that too, and honestly, there is hardly a good method,
> exc
Hi Django devs,
A time ago I asked to drop the default_app_config in apps.py or let
Django create proper files itself/change all docs to reflect that.
You decided to let Django search for a AppConfig subclass and load it
automatically, if only one is available, or take the one with default=T