Blog templates and data models for azblog
By RepoJournal , from @anurag629's public GitHub activity
Backfilled
Anurag Verma built out the template structure and database models for a blog project, adding filter choices for college, branch, and year.
Across four commits to anurag629/azblog, Verma extended the common HTML template with a starter layout [1], then consolidated header and footer markup into a single shared location [2]. He created all the database models the blog would need [3], and added selection fields for college, branch, and year to allow readers to filter content [4].
One email a day. Unsubscribe in one click.
A short briefing every day anurag629 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] extended comman.html with html startted template anurag629/azblog
- [2] header and footer at one palce anurag629/azblog
- [3] created all models anurag629/azblog
- [4] added choices of collage,branch,year anurag629/azblog