Hi, Try adding the option allow_empty=True in your urls: http://www.djangoproject.com/documentation/generic_views/#django-views-generic-date-based-archive-index
It is false by default, and when there's nothing to show, it throws a 404 error :-) Hope it helps, G On 11/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Jay, > > Thanks for your attention. > > I tried it around 5 times now. From 2 machines both running Ubuntu > 6.06. Each time I populated the database fresh. I tried every > combination I could think off. I even changed the database from SQLite > to MySQL. > Everytime I did things fresh. But I also tried all permutations and > combinations on each installtion/project > But generic views does not work. > > I can get it to work with classical views. I have a written a fairly > detailed app with classical views. > > I have a project coming up which has some 10 miniapps and comination of > about 40 url patterns. Writing 40 different view function does not seem > to be a great idea. > > I need to get Generic Views to work at any cost. > > Any tips will be appreciated > > Keith > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---