support/django/README.md
In order to use Vitess with Django ORM.
pip install mysqlclientdjango.db.backends.mysql to disable savepoints as they are not supported.Since django allows us to use custom backends for database connections, the framework is more flexible than most for adapting to various types of databases.
settings.py to have the following;"ENGINE": custom_db_backends.vitess,
pip install django-vitess for their projects.