Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/docs/tutorial/other/course.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Courses

## REST API Design with Python and Django Ninja

[codeling.dev/courses/rest-api-design/](https://codeling.dev/courses/rest-api-design/)

Learn how to create a full featured API from scratch using Django Ninja.
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ nav:
- Other Tutorials:
- tutorial/other/video.md
- tutorial/other/crud.md
- tutorial/other/course.md
- How-to Guides:
- Parsing input:
- guides/input/operations.md
Expand Down