How to setup a Django project with MySQL in few minutes
Using the default SQLite in a production environment is not recommended. So, you could use other SQL databases like MySQL, PostgreSQL, etc or No-SQL databases like MongoDB, Firebase, Redis, etc. Here I'll demonstrate how you could use MySQL as a data...



