Source: django-auto-one-to-one Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Chris Lamb , Petter Reinholdtsen , Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-django , python3-setuptools, python3-six, Standards-Version: 4.4.1 Homepage: https://chris-lamb.co.uk/projects/django-auto-one-to-one Vcs-Git: https://salsa.debian.org/python-team/modules/django-auto-one-to-one.git Vcs-Browser: https://salsa.debian.org/python-team/modules/django-auto-one-to-one Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-django-auto-one-to-one Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Django module to connect child model instances to parent class 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.