Installed Django (v1.8) on Ubuntu server.
If you wish to create a project using Python 3, it is recommended that you use virtualenv as the server only has Django installed for Python 2.7.
Here is a link that should help those who want to set up a virtual environment using virtualenv (not only for web development, but for general project management as well)
http://docs.python-guide.org/en/latest/dev/virtualenvs/