Mezzanine and Django Upgrade

I decided to take the plunge and upgrade Mezzanine and Django to the latest pip releases.

Check Disk Usage in a Folder through Bash

If you need to check the disk usage of a folder in operating systems such as Ubuntu or OS X through the command prompt you can use the following to get the total:

Generating Locales on Ubuntu

A one line definition of locales is as follows: locales in Ubuntu provide information on characters sets that can be used for different languages or configurations.

WSGI Load Virtual Environments

Below is a sample WSGI that will activate the virtual environment for a project through WSGI

pip install to a specific directory

To install a package to a specific directory with pip use the following: