We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30e046 commit 9014783Copy full SHA for 9014783
README.md
@@ -119,14 +119,16 @@ This project uses VS Code's [Dev Containers extension](https://marketplace.visua
119
- Project files are mounted directly into the container, allowing seamless editing and debugging.
120
121
4. **Running the Application**:
122
- - Apply Django migrations:
+ - Apply migrations:
123
```sh
124
python src/manage.py migrate
125
```
126
- - Start the Django server:
+ - Create a superuser:
127
128
- python src/manage.py runserver
+ python src/manage.py createsuperuser
129
130
+ - Start the Django server from the VS Code menu:
131
+ Go to **Run > Run Without Debugging**.
132
133
### Customizing the Dev Container
134
0 commit comments