Commit 0e8ee50e authored by Andrew Godwin's avatar Andrew Godwin
Browse files

Rename makemigration to makemigrations

parent 47e4b86d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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):