fix GET issue breaking test
This commit is contained in:
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
@@ -12,8 +12,11 @@
|
||||
"args": [
|
||||
"test",
|
||||
],
|
||||
"env": {
|
||||
"DB_HOST": "localhost"
|
||||
},
|
||||
"django": true,
|
||||
"preLaunchTask": "Migrate"
|
||||
"preLaunchTask": "docker-compose up"
|
||||
},
|
||||
{
|
||||
"name": "Run Server",
|
||||
@@ -22,10 +25,12 @@
|
||||
"program": "${workspaceFolder}/manage.py",
|
||||
"args": [
|
||||
"runserver",
|
||||
"--noreload"
|
||||
],
|
||||
"env": {
|
||||
"DB_HOST": "localhost"
|
||||
},
|
||||
"django": true,
|
||||
"preLaunchTask": "Migrate"
|
||||
"preLaunchTask": "docker-compose up"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user