Django and MySQL work wonderfully together. It makes authoring and deploying a dynamic web application easy. It can be quickly configured into a scalable environment. It works with or without a web server frontend like Nginx or Apache. A lot of documentation on the web to help along the way. Review collected by and hosted on G2.com.
Installing Django + MySQL in Docker containers can be a bit tedious because there are several package dependencies and the mysql connector client software needs to be installed in the Linux container. Review collected by and hosted on G2.com.
The ORM works well with the combination of MySQL. The auditing on the changes is cool with MySQL. Master-Slave differentiation of the servers and around access makes my life easier. Review collected by and hosted on G2.com.
Some complex queries aren't supported by MySQL, however, those queries are supported in POSTGRE. The features provided by MySQL can outweigh the disadvantage. The installation seems a bit lengthy. Review collected by and hosted on G2.com.
Django-MySQL library extends MySQL library and provides additional features while supporting MariaDB as well. There are many features worth mentioning such as average counting for COUNT operation, query search optimization, smart iteration and integration with quite a number of APIs which makes it remarkably useful. Review collected by and hosted on G2.com.
One needs to read and understand the documentation which is pretty big and little bit complicated, without understanding it, it is difficult to take this into use. But documentations prove to be the best as for understanding and usability. Review collected by and hosted on G2.com.
I like the most in django mysql is it's object relational mapping functionality which makes us easy to structure the database.It is also helpful for faster development. Review collected by and hosted on G2.com.
Django mysql's installation and configuration takes more time and needs optimization Review collected by and hosted on G2.com.