Added help_doc to django.core.management.install

git-svn-id: http://code.djangoproject.com/svn/django/trunk@470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-10 20:16:15 +00:00
parent 199938649e
commit 46d8bbab3d
1 changed files with 1 additions and 0 deletions

View File

@ -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=''):