insert into app01_userinfo(name,password,age,account,create_time,gender,depart_id)values(" Liu Dong ","123",23,100.68,"2010-11-11",1,1);
insert into app01_userinfo(name,password,age,account,create_time,gender,depart_id)values(" Han Chao ","666",23,100.68,"2001-01-11",2,1);
insert into app01_userinfo(name,password,age,account,create_time,gender,depart_id)values(" Zhu hufei ","123",23,9900.68,"2021-05-11",1,3);
Be careful : Template syntax should never be bracketed (Django Will be backstage at the right time , Automatically bracketed )
source :BV1NL41157 Wu Peiqi 《2022 B Station the most detailed django3 course (django From introduction to practice )》P30