I\'ve models for Books, Chapters and Pages. They are all written by a User:
Books
Chapters
Pages
User
from django.db import models
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?