Comments on: Two Django snippets http://eikke.com/two-django-snippets/ 'cause this is what I do Tue, 04 Dec 2012 00:03:23 +0000 hourly 1 http://wordpress.org/?v=3.4.1 By: Nicolas http://eikke.com/two-django-snippets/comment-page-1/#comment-21 Nicolas Wed, 26 Dec 2007 10:12:19 +0000 http://eikke.com/2007/12/26/two-django-snippets/#comment-21 I, obviously, know about generic views. I think you're refering to django.views.generic.simple.direct_to_template? It does provide the same functionality indeed, but I think the above solution could be somewhat more useful to counter arguments given in <a href="http://code.djangoproject.com/ticket/5949" rel="nofollow">Django bug #5949</a>. I, obviously, know about generic views. I think you’re refering to django.views.generic.simple.direct_to_template? It does provide the same functionality indeed, but I think the above solution could be somewhat more useful to counter arguments given in Django bug #5949.

]]>
By: Tim http://eikke.com/two-django-snippets/comment-page-1/#comment-20 Tim Wed, 26 Dec 2007 09:02:02 +0000 http://eikke.com/2007/12/26/two-django-snippets/#comment-20 You should take a look at django generic views : http://www.djangoproject.com/documentation/generic_views/ You should take a look at django generic views : http://www.djangoproject.com/documentation/generic_views/

]]>