you shouldn't need to set the storage engine to innodb https://docs.djangoproject.com/en/2.1/ref/databases/#storage-engines
MySQL’s default storage engine is InnoDB <https://dev.mysql.com/doc/refman/en/innodb-storage-engine.html>. This engine is fully transactional and supports foreign key references. It’s the recommended choice. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ed6092f3-0fb7-4731-8d7f-b5cb660de7fd%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

