Class AppCommand

A management command which takes one or more installed application labels as arguments, and does something with each of them.

Declaration

class AppCommand(BaseCommand)
source link

Documentation

Rather than implementing ``handle()``, subclasses must implement
``handle_app_config()``, which will be called once for each application.

Methods

Inherited methods

Subclasses

Reexports