python3-django-auto-one-to-one

Django module to connect child model instances to parent class
  https://chris-lamb.co.uk/projects/django-auto-one-to-one
  0
  no reviews



This module for the Django web development framework automatically creates "child" model instances when a parent class is created.

This is very useful when associating more information with one of the Django internal models (such as the built-in User) but also to separate concerns across an entire Django project.