Skip to content

Commit 40107b7

Browse files
authored
Update README.md
1 parent a7e7a3c commit 40107b7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
# Django Easy API Framework
1010

11-
### Easy and Fast Django REST framework based on Django-ninja-extra
11+
### Easy and Fast Django REST framework based on Django-Ninja-Extra
1212

13-
- Auto CRUD Async API generation for all django models, configurable via Meta class
14-
- Domain/Service/Controller base structure for better code organization
15-
- Base Permission/Response/Exception classes and more to come
16-
- Pure class based [Django-Ninja](https://github.com/vitalik/django-ninja) APIs, based on [Django-Ninja-extra](https://github.com/eadwinCode/django-ninja-extra)
13+
- CRUD Async API Generation: Automatic and configurable, inspired by [NextJs-Crud](https://github.com/nestjsx/crud).
14+
- Domain/Service/Controller Base Structure: for better code organization.
15+
- Base Permission/Response/Exception Classes: and many handy features to help your API coding easier
16+
- Pure class based [Django-Ninja](https://github.com/vitalik/django-ninja) APIs: thanks to [Django-Ninja-Extra](https://github.com/eadwinCode/django-ninja-extra)
1717

1818
```
19-
Django-Ninja features :
19+
Django-Ninja features:
2020
2121
Easy: Designed to be easy to use and intuitive.
2222
FAST execution: Very high performance thanks to Pydantic and async support.
@@ -73,7 +73,6 @@ urlpatterns = [
7373
path("api_admin/v1/", apis.urls), # <---------- !
7474
]
7575
```
76-
#### Interactive API docs
7776
Now go to http://127.0.0.1:8000/api_admin/v1/docs
7877

7978
You will see the automatic interactive API documentation (provided by Swagger UI).

0 commit comments

Comments
 (0)