Duplicating model instances and their related objects in Django / Algorithm for recusrively duplicating an object

后端 未结 17 1009
名媛妹妹
名媛妹妹 2020-11-29 01:04

I\'ve models for Books, Chapters and Pages. They are all written by a User:

from django.db import models
         


        
17条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-29 01:49

    Django does have a built-in way to duplicate an object via the admin - as answered here: In the Django admin interface, is there a way to duplicate an item?

提交回复
热议问题