Updating makefile migration generator

This commit is contained in:
Matthew Jones 2016-02-04 11:29:21 -05:00
parent 805514990b
commit 96b0fb168f

View File

@ -286,7 +286,7 @@ migrate:
# Run after making changes to the models to create a new migration.
dbchange:
$(PYTHON) manage.py schemamigration main v14_changes --auto
$(PYTHON) manage.py makemigrations
# access database shell, asks for password
dbshell: