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:
parent
199938649e
commit
46d8bbab3d
|
@ -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=''):
|
||||
|
|
Loading…
Reference in New Issue