On Wed, May 2, 2012 at 11:50 AM, Gerald Klein <j...@zognet.com> wrote: > Hi, I have been through a couple of tutorials including the one on the site, > the one thing that the authors have in common is they seem to want to jump > to the 'short cuts' to soon. I like to know the basic long hand version > first because I want to understand. > > What I am having a problem with is generics. I did a tutorial and couldn't > get the generics to all work. So I wanted to do it the hard way and move on > then go back when I know more. > > I need an example of a queried result set. > > the 'get_absolute_url' from the model > with the query line and render_to_response from the view and > the regex url from URLConf without the generic references > that should be enough to get me going if someone could just cut and paste in > some arbitrary code I would be very gratefull > > thanks > > --jerry > > > > > -- > 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.
Have you checked out the djangobook.com http://www.djangobook.com/en/2.0/ Its a little dated in that it doesn't cover Class based generic views. But it does walk you thru the individual pieces before it puts them together and then rolls into the shortcuts -- Joel Goldstick -- 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.