changed name of commandline method
modified: modules/django.py
This commit is contained in:
parent
a56eabbdd4
commit
595f1ba09d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def test(args=None):
|
|||
|
||||
|
||||
@task
|
||||
def manage_commandline(args=""):
|
||||
def commandline(args=""):
|
||||
"""
|
||||
prints out what you need to run on the command line to invoke manage.py
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue