fix GET issue breaking test
This commit is contained in:
20
.vscode/tasks.json
vendored
20
.vscode/tasks.json
vendored
@@ -2,23 +2,9 @@
|
||||
"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"
|
||||
"label": "docker-compose up",
|
||||
"command": "docker-compose up -d",
|
||||
"type": "shell"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user