You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,10 @@
11
11
### Easy and Fast Django REST framework based on Django-Ninja-Extra
12
12
13
13
- 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
18
18
- Domain/Service/Controller Base Structure: for better code organization.
19
19
- Base Permission/Response/Exception Classes: and some handy features to help your API coding easier.
20
20
- 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