Django - How to prepopulate admin form fields

前端 未结 7 1230
梦谈多话
梦谈多话 2020-12-08 14:54

I know that you can prepopulate admin form fields based on other fields. For example, I have a slug field that is automatically populated based on the title field.

H

7条回答
  •  有刺的猬
    2020-12-08 15:06

    I know that you can prepopulate some values via GET, it will be something like this

    http://localhost:8000/admin/app/model/add/?model_field=hello
    

    I got some problems with date fields but, maybe this could help you.

提交回复
热议问题