App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
google.appengine._internal.django.core.management.base.CommandError Class Reference
Inheritance diagram for google.appengine._internal.django.core.management.base.CommandError:

Detailed Description

Exception class indicating a problem while executing a management
command.

If this exception is raised during the execution of a management
command, it will be caught and turned into a nicely-printed error
message to the appropriate output stream (i.e., stderr); as a
result, raising this exception (with a sensible description of the
error) is the preferred way to indicate that something has gone
wrong in the execution of a command.

The documentation for this class was generated from the following file: