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: docs/api_controller/index.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,7 @@
1
1
# **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.
4
3
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
0 commit comments