Tablas InnoDB en Mysql con Django
Camilo Nova
CEOPara activar las tablas con el motor InnoDB en MySQL con Django se utiliza la siguiente configuración en el archivo settings.py
DATABASE_ENGINE = 'mysql'
DATABASE_OPTIONS = {"init_command": "SET storage_engine=INNODB"}
Written by Camilo Nova
As the Axiacore CEO, Camilo writes about the intersection of technology, design, and business. With a strategic mindset and a deep understanding of the industry, he is dedicated to helping companies grow.