From 595f1ba09dc1d8de5aca56fde7173fe3fc2d8406 Mon Sep 17 00:00:00 2001 From: Ronny Abraham Date: Tue, 20 Sep 2016 18:41:18 +0300 Subject: [PATCH] changed name of commandline method modified: modules/django.py --- modules/django.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/django.py b/modules/django.py index 6e37104..1bcc34c 100644 --- a/modules/django.py +++ b/modules/django.py @@ -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 """