core.management.AppCommand

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.

doc_Django
2016-10-09 18:34:54
Comments
Leave a Comment

Please login to continue.