Whether there is a get_model-like method in Django that can instantiate Form based on keywords.

I would like to ask you if there is a get_model-like method in Django that can instantiate Form based on keywords.
does not seem to have such a method as get_form, or can you only write it yourself?

Oct.08,2021

django admin change_form seems to fulfill this requirement of yours.
generate various forms dynamically according to the corresponding model, right?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c05a-2c2d3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c05a-2c2d3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?