Search This Blog

Generic Date Views - Python

 

Generic Date Views

Date-based generic views display drill-down pages for date-based data. They are

  • ArchiveIndexView - A top-level index page showing the “latest” objects, by date.
  • YearArchiveView - A yearly archive page showing all available months in a given year.
  • MonthArchiveView - A monthly archive page showing all objects in a given month.
  • WeekArchiveView - A weekly archive page showing all objects in a given week.
  • DayArchiveView - A day archive page showing all objects in a given day.
  • TodayArchiveView - A day archive page showing all objects for today.
  • DateDetailView - A page representing an individual object.

No comments:

Post a Comment

If you have any doubts, Please let us know.