django populate model field from another model in the admin page without ForeignKey

前端 未结 0 1702
北荒
北荒 2021-01-01 05:36

I have two tables in MYSQL, below are create statement for both.

CREATE TABLE `test` (
    `id` INT(11) NOT NULL AUTO_INCREMENT,
    `reportname` VARCHAR(50)          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题