On Tue, Feb 21, 2006 at 09:22:25PM -, Jan Rademaker wrote:
> 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.
Thanks... for some reason, I had the perception that th
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 defa
2 matches
Mail list logo