Glenn,

The 'archive_day' you see in urlpatterns is the name of the view, eg.
django.views.generic.date_based.archive_day and not some string that's
appended to the module's name. The default template names for date
based views happen to be the same as  the name of the corresponding
view. The default template name for the object_detail view is
<module_name>_detail, so in this case entries_detail.

See
http://www.djangoproject.com/documentation/generic_views/#using-date-based-generic-views

-janr


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

Reply via email to