5 lines
No EOL
291 B
Bash
Executable file
5 lines
No EOL
291 B
Bash
Executable file
#/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 |