I'd definitely wait until Practical Django Projects & The Django Book
(http://djangobook.com/) are updated to be compatible with Django 1.0+
- the authors of each book have stated that this should be the case by
mid this year. The problem with those books is that they don't account
for the newforms merge, which means that the contrib.admin parts won't
work much at all and there's also a lot of other features that came in
later/were cleaned up prior to 1.0.

Currently though? http://docs.djangoproject.com/en/dev/ is your best
resource by far; the tutorial in the docs there, as well as the
examples on models, forms, views, templates and the rest of the stack
should go a long way towards teaching you how to build an application.
And there's also the Google Group if you get stuck ;)

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to