Skip to content

Commit 1950b51

Browse files
committed
doc updates
1 parent 9c4e839 commit 1950b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_controller/model_controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# **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.
33

44
Model Controllers extend the `ControllerBase` class and introduce two configuration variables, namely `model_config` and `model_service`.
55

0 commit comments

Comments
 (0)