remove duplicate migration

This commit is contained in:
Andreas Zweili 2020-01-01 21:53:41 +01:00
parent 1f29810ef4
commit 4ed3e1aba6
1 changed files with 0 additions and 2 deletions

2
run.sh
View File

@ -2,11 +2,9 @@
cd network_inventory
if [ -f ./.second_run ]; then
sleep 2
python manage.py makemigrations inventory
python manage.py makemigrations
python manage.py migrate
else
python manage.py makemigrations inventory
python manage.py makemigrations
python manage.py migrate
python manage.py loaddata inventory