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
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.