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 13bb5cf commit 4bf949bCopy full SHA for 4bf949b
docs/index.md
@@ -243,7 +243,7 @@ def index(_request):
243
return HttpResponse("My first API!")
244
```
245
246
-So no you can use the command `task r` to start our django server, so you can access [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to see it.
+So now you can use the command `task r` to start our django server, so you can access [http://127.0.0.1:8000/](http://127.0.0.1:8000/) to see it.
247

248
249
Until here we just looked at Django concepts. Now we will dive into Django Rest Framework(DRF) concepts.
0 commit comments