{ "version": "2.0.0", "tasks": [ { "label": "Collect Static", "command": "venv/bin/python manage.py collectstatic --no-input", "type": "shell", "presentation": { "reveal": "always" }, "group": "build" }, { "dependsOn": "Collect Static", "label": "Migrate", "command": "venv/bin/python manage.py migrate", "type": "shell", "presentation": { "reveal": "always" }, "group": "build" } ] }