We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
To use mysql you will need a few extra dependencies:
sudo apt-get install mysql-client sudo apt-get install mysql-server sudo apt-get install libmysqlclient-dev sudo apt-get install python-mysqldb
Also remember to uncomment/comment the necessary lines in settings_local.py to use mysql instead of sqlite.