FreeBSD Django Setup

This script will setup and install django and nginx for deployment. Just give the script a user for nginx to run under, a name for your virtual environment, a name your for project and an ip address or domain for settings.py ALLOWED_HOSTS and mydjango.conf for nginx.

This script requires bash.