How To Use PostgreSQL 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 light weight SQLite database file. While this works well under some loads, a more traditional DBMS can improve performance in…