Insights
Tablas InnoDB en Mysql con Django
1 min read.
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

Software Engineer, Investor, CEO, and father of two. Camilo writes on the intersection of technology, design, and business.