fix: Project init tasks have to run in sequence

This commit is contained in:
Orce MARINKOVSKI 2024-12-25 16:07:08 +00:00
parent 22af9dffd1
commit 142ae65866

View File

@ -169,6 +169,7 @@
},
{
"label": "Project Setup: Run all Init Tasks",
"dependsOrder": "sequence",
"dependsOn": [
"Maintenance: manage.py migrate",
"Maintenance: manage.py createsuperuser",