Skip to content

Commit c792162

Browse files
committed
document update
1 parent acbebb3 commit c792162

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/api_controller/index.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# **Controller**
2-
The term 'APIController' is borrowed from the C# ASP.NET environment, which uses the MVC framework.
3-
Although Django is not an MVC framework, it is still possible to mimic the concept by using similar patterns and principles.
2+
Ninja-Extra APIController is responsible for handling incoming requests and returning responses to the client.
43

5-
Django-Ninja-Extra's APIController is modeled after the C# ASP.NET ApiController, providing an object-oriented approach to creating controller models and implementing modern software design patterns in your Django project.
6-
This allows you to use similar concepts and design patterns as in C# ASP.NET environment in your Django project.
7-
8-
In Ninja-Extra, there are major components to creating a controller
4+
In Ninja-Extra, there are major components to creating a controller model
95

106
- ControllerBase
117
- APIController Decorator

0 commit comments

Comments
 (0)