From a9d7cc63ab1c2ab9a0999fb5fe7b7816f8d04470 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 12 Dec 2016 12:48:01 -0500 Subject: [PATCH] Removed makemigrations command --- start.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/start.sh b/start.sh index 702ea44a..68158b31 100755 --- a/start.sh +++ b/start.sh @@ -24,7 +24,6 @@ echo Building asssets... webpack echo Running migrations -python manage.py makemigrations python manage.py migrate if [[ $1 = "--create-default-pnode" ]]; then