On 10-12-11 21:40, Jake Richter wrote:
I'm working through this tutorial
http://www.webmonkey.com/2010/02/Use_URL_Patterns_and_Views_in_Django/

It's written for Django 1.0 and I'm using 1.3 which has changed to
class based views. I'm having a hard time converting from function
based to class based. Can anyone offer help on how to change the
following to class based views?

I've written a blog post with an old-style function view and a new class based one next to each other:

http://reinout.vanrees.org/weblog/2011/08/24/class-based-views-usage.html

Does that article give you enough hints?


Reinout

--
Reinout van Rees                    http://reinout.vanrees.org/
rein...@vanrees.org             http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"

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