How To Use MySQL or MariaDB with your Django Application on Ubuntu 14.04
Django is a flexible framework for quickly creating Python applications. By default, Django applications are configured to store data into a lightweight SQLite database file. While this works well under some loads, more traditional DBMSs can improve performance when…