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.
2 parents c619f74 + 96f3660 commit e380afcCopy full SHA for e380afc
README.md
@@ -36,6 +36,9 @@ Both Django-Ninja and Django-Ninja-Extra shares the same benchmark because **Dja
36
37
Full documentation, [visit](https://eadwincode.github.io/django-ninja-extra/).
38
39
+## Sample Project
40
+Django-Ninja-Tutorial Project, [visit](https://github.com/eadwinCode/bookstoreapi)
41
+
42
## Installation
43
44
```
ninja_extra/__init__.py
@@ -1,6 +1,6 @@
1
"""Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"""
2
3
-__version__ = "0.13.0"
+__version__ = "0.13.2"
4
5
from ninja_extra.controllers import APIController
6
from ninja_extra.controllers.route import route
0 commit comments