![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Classes | |
class | AppCommand |
class | BaseCommand |
class | CommandError |
class | LabelCommand |
class | NoArgsCommand |
Functions | |
def | handle_default_options |
def | copy_helper |
Base classes for writing management commands (named commands which can be executed through ``django-admin.py`` or ``manage.py``).
def google.appengine._internal.django.core.management.base.copy_helper | ( | style, | |
app_or_project, | |||
name, | |||
directory, | |||
other_name = '' |
|||
) |
Copies either a Django application layout template or a Django project layout template into the specified directory.
def google.appengine._internal.django.core.management.base.handle_default_options | ( | options | ) |
Include any default options that all commands should accept here so that ManagementUtility can handle them before searching for user commands.