Re: Apache Localhost Django Admin Look & Feel

2006-05-21 Thread Matthew McDonald
[10.1.1.3] (dsl-210-211-113-250.qld.veridas.net [210.211.113.250]) by spunkymail-a12.dreamhost.com (Postfix) with ESMTP id DE4727F66 for ; Sun, 21 May 2006 17:38:56 -0700 (PDT) Message-ID: <[EMAIL PROTECTED]> Disposition-Notification-To: Matthew McDonald <[EMAIL PROTECTED]

Re: generic view: list articles by category?

2006-05-23 Thread Matthew McDonald
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 That would be extremely handy to have. I too thought Nkeric's first pattern should work how it looks: article_list_dict = { 'queryset': Article.objects.all(), } urlpatterns = patterns('', (r'category/(?P\d+)/$', 'django.views.generic.list_de