Blog (Django Web App)
Developed a basic blog application using the Django web framework in Python. The application allows users to view a list of blog posts, view individual posts, create new posts, edit existing posts, and delete posts. It uses Django's built-in features for routing, models, views, and templates.
View Project