This is a django app that wraps MapServer
It makes it possible to use MapServer through django.
Create a virtualenv to hold the installation (This step is optional, but highly reccommended).
virtualenv venv source venv/bin/activate
Install mapserver along with the following system-wide dependencies:
sudo apt-get install cgi-mapserver python-mapscript
Install this repository using pip
pip install git+https://github.com/kssalanio/django_mapserver.git#egg=django_mapserver