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 2f41387 commit c458a21Copy full SHA for c458a21
demo/README.md
@@ -15,3 +15,11 @@ A demo project to get you started with DRF docs development.
15
16
# Run the project
17
env/bin/python manage.py runserver
18
+
19
20
+### Viewing DRF Docs
21
+Once you install and run the project go to [http://0.0.0.0:8000/docs/](http://0.0.0.0:8000/docs/).
22
23
24
+### Note
25
+The demo project has no functionality at all. Its purpose is **only** for viewing the docs and developing DRF docs further.
0 commit comments