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 c403233 commit 568d02aCopy full SHA for 568d02a
docs/index.md
@@ -92,7 +92,7 @@ cd building-your-first-api-with-django-and-django-rest-framework
92
uv venv
93
source .venv/bin/activate # if you are on Windows use: .venv\Scripts\activate
94
uv sync
95
-task run # to see the application running
+task r # to see the application running
96
```
97
98
You might be able to see the application running o [127.0.0.1:8000](http://127.0.0.1:8000/).
0 commit comments