summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.example')
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example
index 7a93e66da..2529c56f4 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -64,7 +64,7 @@ pylint:
pylint "$(CURDIR)/$$DIR" --ignore=.git,migrations --max-public-methods=50 --ignored-classes=Item.Meta --method-rgx='[a-z_][a-z0-9_]{2,40}$$'; \
done
-syncdb:
+migrate:
cd $(project); $(PYTHON) manage.py migrate
shell: