changed name of commandline method

modified:   modules/django.py
This commit is contained in:
Ronny Abraham 2016-09-20 18:41:18 +03:00
parent a56eabbdd4
commit 595f1ba09d

View file

@ -36,7 +36,7 @@ def test(args=None):
@task @task
def manage_commandline(args=""): def commandline(args=""):
""" """
prints out what you need to run on the command line to invoke manage.py prints out what you need to run on the command line to invoke manage.py
""" """