You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Django web app, part of CodeCrafter_Blog, features two views: blogHome: Fetches all blog posts. Renders 'bloghome.html' to display posts. blogPost: Retrieves a post using its slug. Increments view count. Renders 'blogpost.html' for post details.