Arachnid / bloggart

A blog application for App Engine
http://bloggart-demo.appspot.com/
287 stars 78 forks source link

Implement Monthly and Yearly Archive Pages for Blog Posts #66

Closed ARVINDH-CT06 closed 2 weeks ago

ARVINDH-CT06 commented 2 weeks ago

This pull request introduces functionality for monthly and yearly archive pages within the blog system. The following changes have been made:

BlogPost Class Updates:

Added methods to fetch published blog posts by month and year.

New Archive Handlers:

Created MonthlyArchiveHandler and YearlyArchiveHandler to serve archive pages.

URL Mappings:

Updated the URL routing to include endpoints for accessing monthly and yearly archives.

Template Updates:

Developed templates for displaying archived posts, organized by date.