(dv) 4.0:Install Django
- This page was last modified on February 21, 2011, at 08:39.
From (mt) Community Wiki
This is an INCOMPLETE article. Please excuse our dust as we improve and organize the CommunityWiki. Help us keep this article up-to-date by joining our wiki!
Contents |
Before you start
- Make sure root access is enabled
- Developer Tools have been installed
Install Django
Since the (dv) Dedicated-Virtual Server 4.0 has Yum pre-installed, the installation is remarkably easy. Run the following command:
yum install python-setuptools easy_install django
Creating a basic Django app and starting it:
django-admin.py startproject mysite