From c0d125809bfeda3865a97741205c091972f8bdd3 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Sun, 30 Jul 2023 13:35:41 +0200 Subject: [PATCH] renamed file --- bin/loadData.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 bin/loadData.sh diff --git a/bin/loadData.sh b/bin/loadData.sh deleted file mode 100755 index ce10562..0000000 --- a/bin/loadData.sh +++ /dev/null @@ -1,7 +0,0 @@ -#/bin/bash -# docker-compose exec web python manage.py loaddata fixtures/defaultUser -# docker-compose exec web python manage.py loaddata fixtures/bird -# docker-compose exec web python manage.py loaddata fixtures/birdCircumstance -# docker-compose exec web python manage.py loaddata fixtures/birdStatus - -docker-compose exec web python manage.py loaddata fixtures/{bird.json,birdCircumstance,birdStatus.json,defaultUser.json}