From f26667e4df808ba0b1fe06093d8c86b844ff26d7 Mon Sep 17 00:00:00 2001 From: gw3000 Date: Sun, 30 Jul 2023 13:34:59 +0200 Subject: [PATCH] shortened oneliner --- bin/loadData | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/loadData diff --git a/bin/loadData b/bin/loadData new file mode 100755 index 0000000..2bd3f1a --- /dev/null +++ b/bin/loadData @@ -0,0 +1,3 @@ +#/bin/bash + +docker-compose exec web python manage.py loaddata fixtures/{bird,birdCircumstance,birdStatus,defaultUser}.json