mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-23 18:29:23 -05:00
Remove dependencies from devcontainer tasks and have django run in debug mode.
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -14,13 +14,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Setup Dev Server",
|
"label": "Setup Dev Server",
|
||||||
"dependsOn": ["Run Migrations", "Yarn Build"]
|
"dependsOn": ["Run Migrations"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run Dev Server",
|
"label": "Run Dev Server",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"dependsOn": ["Setup Dev Server"],
|
"dependsOn": ["Setup Dev Server"],
|
||||||
"command": "python3 manage.py runserver"
|
"command": "DEBUG=1 python3 manage.py runserver"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Yarn Install",
|
"label": "Yarn Install",
|
||||||
|
|||||||
Reference in New Issue
Block a user