Knowledgebase: Shared Hosting
|
Can i use Django in Host1Plus ?
Posted by Modestas J on 07 August 2011 09:42 AM
|
|
|
Host1Plus allows you to use any version of Django. However, it is supported only in our cloud VPS. This means to be able to use Django, you will need VPS hosting service where you will be able to deploy any version of Django, even the latest. To install Django, follow these steps: Download Django archyve http://www.djangoproject.com/download/1.3/tarball/ Extract downloaded file tar xzvf Django-1.3.tar.gz Navigate to extracted directory cd Django-1.3 Launch install script ( python needs to be installed to run this script ) sudo python setup.py install | |
|
|
|
Comments (0)

