Skip to content

Commit

Permalink
Added help_doc to django.core.management.install
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Aug 10, 2005
1 parent 1999386 commit 46d8bba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/core/management.py
Expand Up @@ -321,6 +321,7 @@ def install(mod):
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=''):
Expand Down

0 comments on commit 46d8bba

Please sign in to comment.