From 9d81af7c55b74d1ec06e363c7d5bf5db96f1f206 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Sat, 22 Jul 2023 22:20:16 +0200 Subject: [PATCH] script for loading initial Data --- loadData.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 loadData.sh diff --git a/loadData.sh b/loadData.sh new file mode 100755 index 0000000..7adeaee --- /dev/null +++ b/loadData.sh @@ -0,0 +1,5 @@ +#/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 \ No newline at end of file