summaryrefslogtreecommitdiff
path: root/Makefile.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-13 09:14:11 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-08-13 09:14:11 +0200
commitc5e801a916e09e1778c99d3b005414f5c124a9aa (patch)
treebc47fa2a01a3dc2c85b819fd536eafd0cc4f8a26 /Makefile.example
parenta712f5ddc3e3520cbe3076fec45205c47145c94f (diff)
downloadIshtar-c5e801a916e09e1778c99d3b005414f5c124a9aa.tar.bz2
Ishtar-c5e801a916e09e1778c99d3b005414f5c124a9aa.zip
Models: change relation type to manage self relation on virtual class
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: