3 lines
124 B
Bash
Executable file
3 lines
124 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker-compose exec web python manage.py loaddata fixtures/{bird,birdCircumstance,birdStatus,defaultUser}.json
|