2 results for “topic:django-views-and-templates”
A Spotify clone built with Django 🎶, allowing users to register ✅, log in 🔐, browse trending music 🎧 and artists 🎤, and view detailed song 🎵 and artist info 👤. Data is fetched in real-time from an external music API 🌐.
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.