As described in the following post Here's what happens when you use Multi Table Inheritance 🚀
See multitable/models.py for code snippet.
Generated using the awesome django-extensions, you should really use this ✌️
pip install -r requirements
python manage.py migrate
python manage.py graph_models -a -g -I "*Ticket*" -o result/graph.png
python manage.py graph_models -a -g -I "*Ticket*" -o result/graph.svg
python manage.py createsuperuser
python manage.py runserver
MIT © Gabriel Le Breton