script for loading initial Data
This commit is contained in:
parent
38685ff9a9
commit
9d81af7c55
1 changed files with 5 additions and 0 deletions
5
loadData.sh
Executable file
5
loadData.sh
Executable file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue