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()

Expert Python Programming: Best practices for designing, coding, and distributing your Python software

Python Pocket Reference

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

Programming Python

Python Programming: An Introduction to Computer Science

Python Cookbook

Python Programming for the Absolute Beginner, Second Edition

Python in a Nutshell, Second Edition

Programming in Python 3: A Complete Introduction to the Python Language (Developer's Library)

Mastering Regular Expressions

Learning Python, 3rd Edition

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)

Pro Django (Expert's Voice in Web Development)

Python Web Development with Django

DjangoCon 2008: GeoDjango

DjangoCon 2008: What's New in Newforms-Admin?

DjangoCon 2008: ReviewBoard

DjangoCon 2008: Chairman Opening Keynote

DjangoCon 2008 Panel: Schema Evolution

DjangoCon 2008: Pinax

DjangoCon 2008 Keynote: Mark Ramm

DjangoCon 2008 Lightning Talks

DjangoCon 2008: Satchmo

DjangoCon 2008 Panel: Django Success Stories

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

DjangoCon 2008: TWID Live

DjangoCon 2008 Keynote: Guido van Rossum

DjangoCon 2008 Keynote: Cal Henderson

DjangoCon 2008 Keynote: Adrian Holovaty & Jacob Kaplan-Moss

DjangoCon 2008: Code Writing and Design

DjangoCon 2008: Django on Jython

DjangoCon 2008 Panel: Django Technical Design

DjangoCon 2008: Reusable Apps

DjangoCon 2008: High Performance Django

DjangoCon 2008: Inside the ORM

DjangoCon 2008 Keynote Questions: State of Django

Ruby on Rails VS Django