Skip to content

Commit c458a21

Browse files
author
Emmanouil Konstantinidis
committed
Improve demo project docs
1 parent 2f41387 commit c458a21

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

demo/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ A demo project to get you started with DRF docs development.
1515

1616
# Run the project
1717
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

Comments
 (0)