Foo.objects.get(pk="foo")
<Foo: test>
In the database, I want to add another object which is a copy of the object above.In the
Foo.objects.get(pk="foo")
<Foo: test>
In the database, I want to add another object which is a copy of the object above.In the