Django can be installed using pip. Let’s install the dependencies for Django
pip – Python package manager
sqlite3 – Basic database backend for Django
py27-sqlite3 – Python2.7 library for sqlite3
Continue reading “Getting Started with Django on FreeBSD 10”