(dv) 4.0:Install Django

  • This page was last modified on February 21, 2011, at 08:39.
The (mt) Community Wiki is a collaborative project. Any (mt) Media Temple customer or employee may contribute. Not all articles and/or content have been tested for accuracy by (mt) Media Temple.

For officially moderated and tested articles, be sure to visit our KnowledgeBase.

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

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