Showing posts with label Django. Show all posts
Showing posts with label Django. Show all posts

Wednesday, March 25, 2009

How to install Django Screencast



Video tutorial how to install Django

1. Download Python

http://www.python.org/download/

for this tutorial i used python 2.5.4

http://www.python.org/download/releases/2.5.4/

2. Download Django

http://www.djangoproject.com/download/

for this tutorail i used Django 1.0.2

http://media.djangoproject.com/releases/1.0.2/Django-1.0.2-final.tar.gz

3. Install python

4. Right click My Computer -> Properties -> Advanced -> Environment Variables -> System Variables -> Path

add ;C:\Python25;C:\Python25\Scripts

5. Log off

6. Log In

7. Extract Django

8. Start -> run -> cmd

9. Find Django folder that you extract

10. setup.py install

11. Aftar complete, type python

12. import django

13. print django.get_version()

Professional Python Frameworks: Web 2.0 Programming with Django and Turbogears

Django 1.0 Template Development

The Definitive Guide to Django: Web Development Done Right

Learning Website Development with Django

Practical Django Projects (Pratical Projects)

Google I/O 2008 - Python, Django, and App Engine

Ruby on Rails VS Django