1st: http://www.b-list.org/weblog/2006/jun/13/how-django-processes-request/
2nd: Tutorial
3rd: The docs, just sit down and read them.  If you expect to use them
as a reference manual without reading them first it will probably
cause you trouble... they just aren't written that way.

After doing the tutorial and a few basic things, I'd suggest reading
the Django source code (I'd start with the newforms module), and look
up anything you don't understand in the Python docs.  It's clear, and
and well documented.  Some parts of the documentation just didn't
click until I started looking through the source.  In a lot of ways I
find the source much more helpful than the real docs, and usually
consult it first anymore.

Another good source for how-do-I-do that code is the regression tests:
http://code.djangoproject.com/browser/django/trunk/tests/regressiontests


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to