File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11echo " ============================"
22echo " Seeding fixtures"
33echo " ============================"
4+ docker-compose exec hackathon-app python3 manage.py loaddata groups
45docker compose exec hackathon-app python3 manage.py loaddata organisation
6+ docker-compose exec hackathon-app python3 manage.py loaddata statuses
57docker compose exec hackathon-app python3 manage.py loaddata accounts
68docker compose exec hackathon-app python3 manage.py loaddata resources
79docker compose exec hackathon-app python3 manage.py loaddata profiles
Original file line number Diff line number Diff line change 11ECHO Seeding fixtures
22python manage.py loaddata groups
33python manage.py loaddata organisation
4+ python manage.py loaddata statuses
45python manage.py loaddata accounts
56python manage.py loaddata resources
67python manage.py loaddata profiles
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ echo "Seeding fixtures"
33echo " ============================"
44python3 manage.py loaddata groups
55python3 manage.py loaddata organisation
6+ python3 manage.py loaddata statuses
67python3 manage.py loaddata accounts
78python3 manage.py loaddata resources
89python3 manage.py loaddata profiles
You can’t perform that action at this time.
0 commit comments