PDA

View Full Version : Getting started with Django



ThinkBuntu
October 31st, 2007, 05:37 PM
So I'm learning Python now (picking up from where I left off, really) and I'm curious who in here is familiar with the Django framework.

Does anyone here know of good resources for getting started with Django? I'd like to get used to the framework as I'm teaching myself the language (so I can test my code as a web app, etc. and because this is probably where I'll be using Python most).

dataw0lf
October 31st, 2007, 05:42 PM
http://www.djangoproject.com/documentation/tutorial01/

Django's tutorial is a great resource, and their documentation is pretty thorough. Just make sure you're reading the right documentation for your version (the latest documentation is for SVN).

skeeterbug
October 31st, 2007, 06:20 PM
http://www.djangoproject.com/documentation/tutorial01/

Django's tutorial is a great resource, and their documentation is pretty thorough. Just make sure you're reading the right documentation for your version (the latest documentation is for SVN).

The Django book is pretty good too.

http://www.djangobook.com/en/beta/