Skip to content

Commit

Permalink
Remove scaffold_initial_content
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Sep 20, 2024
1 parent ec4f8cf commit 5cea94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
}
},
"forwardPorts": [8000],
"postCreateCommand": "cp .env.example .env && pip install -r requirements-dev.txt && python manage.py migrate && pre-commit install && python manage.py scaffold_initial_content"
"postCreateCommand": "cp .env.example .env && pip install -r requirements-dev.txt && python manage.py migrate && pre-commit install"
}

0 comments on commit 5cea94f

Please sign in to comment.