Page 1 of 1

Django in Web Development

PostPosted: Thu Jul 02, 2015 3:53 am
by shstyoo
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/