Rename makemigration to makemigrations

This commit is contained in:
Andrew Godwin 2013-06-20 15:27:33 +01:00
parent 47e4b86ddf
commit 0e8ee50e86
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class Command(BaseCommand):
)
help = "Creates new migration(s) for apps."
usage_str = "Usage: ./manage.py createmigration [--empty] [app [app ...]]"
usage_str = "Usage: ./manage.py makemigrations [--empty] [app [app ...]]"
def handle(self, *app_labels, **options):