Skip to content

Commit e380afc

Browse files
committed
2 parents c619f74 + 96f3660 commit e380afc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Both Django-Ninja and Django-Ninja-Extra shares the same benchmark because **Dja
3636

3737
Full documentation, [visit](https://eadwincode.github.io/django-ninja-extra/).
3838

39+
## Sample Project
40+
Django-Ninja-Tutorial Project, [visit](https://github.com/eadwinCode/bookstoreapi)
41+
3942
## Installation
4043

4144
```

ninja_extra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Django Ninja Extra - Class Based Utility and more for Django Ninja(Fast Django REST framework)"""
22

3-
__version__ = "0.13.0"
3+
__version__ = "0.13.2"
44

55
from ninja_extra.controllers import APIController
66
from ninja_extra.controllers.route import route

0 commit comments

Comments
 (0)