Skip to content

Commit b481463

Browse files
authored
Update README.md
1 parent 0eaf9b1 commit b481463

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
### Easy and Fast Django REST framework based on Django-Ninja-Extra
1212

1313
- CRUD API Generation: Automatic and configurable, inspired by [NextJs-Crud](https://github.com/nestjsx/crud).
14-
- Zero coding needed to get all your django app's async CRUD API up and running, with Django RBAC security protection
15-
- Prefetch and retrieve all m2m fields if needed
16-
- Recursively retrieve all FK/OneToOne fields if needed
17-
- Excluding fields you do not want
14+
- Async CRUD API with Django RBAC security protection
15+
- Prefetch and retrieve all m2m fields if configured
16+
- Recursively retrieve all FK/OneToOne fields if configured
17+
- Excluding fields you do not want, or define a list sensitive fields of your choice
1818
- Domain/Service/Controller Base Structure: for better code organization.
1919
- Base Permission/Response/Exception Classes: and some handy features to help your API coding easier.
2020
- Pure class based [Django-Ninja](https://github.com/vitalik/django-ninja) APIs: thanks to [Django-Ninja-Extra](https://github.com/eadwinCode/django-ninja-extra)

0 commit comments

Comments
 (0)