summaryrefslogtreecommitdiff
path: root/django/core/management.py
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-08-10 20:16:15 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-08-10 20:16:15 +0000
commit46d8bbab3d078a99167fc841e152bb9a2cf464fb (patch)
tree42a5c942106abe2bfcdc07c8604113fe4d9e076c /django/core/management.py
parent199938649e36389750eef6f097bae46977e796f5 (diff)
Added help_doc to django.core.management.install
git-svn-id: http://code.djangoproject.com/svn/django/trunk@470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/core/management.py')
-rw-r--r--django/core/management.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/core/management.py b/django/core/management.py
index 1fdb3d4ac1..b83dfb9e8f 100644
--- a/django/core/management.py
+++ b/django/core/management.py
@@ -321,6 +321,7 @@ The full error: %s\n""" % \
db.db.rollback()
sys.exit(1)
db.db.commit()
+install.help_doc = "Executes ``sqlall`` for the given app(s) in the current database."
install.args = APP_ARGS
def _start_helper(app_or_project, name, directory, other_name=''):