class AppCommand
A management command which takes one or more installed application labels as arguments, and does something with each of them.
Rather than implementing handle(), subclasses must implement handle_app_config(), which will be called once for each application.
Please login to continue.