Closed
Description
OEP 0049 has a section saying
The
__init__.py
file should contain a line for thedefault_app_config
for the app.
That functionality is deprecated and removed from django (4.1 release notes). The definition has already been partially removed from our various apps.
We should update the documentation to remove this section.