Get rid of default_app_config definitions.
Review Request #12056 — Created Feb. 12, 2022 and submitted — Latest diff uploaded
Django no longer needs a definition for
default_app_config
if it can
be easily auto-detected, and emits a warning if it's present. We didn't
have many of these in Review Board, so this is pretty tiny.
Ran unit tests.