In my Django app I have a model and there is another model that refers as Foreign key to my model.
For example: Order - the parent model Items - as a child in that order.
What is the easy way to implement functionality for end users to duplicate my order in a way that also all children will get duplicated as well?