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/model_controller.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# **Model APIController**
2
-
Model Controllers dynamically creates**CRUD** operations for a **Django ORM** model in a controller based on some configurations.
2
+
Model Controllers dynamically generate**CRUD**(Create, Read, Update, Delete) operations for a **Django ORM** model within a controller, based on specified configurations.
3
3
4
4
Model Controllers extend the `ControllerBase` class and introduce two configuration variables, namely `model_config` and `model_service`.
0 commit comments