This repository is a collection of the Django projects I've built while learning the framework. Each project highlights key concepts and techniques I've practiced along the way.
-
Project 1 - Django Polls App
This is the classic Django Polls app, built by following the official Django tutorial. It allows users to vote on poll questions and view results. This project helped me grasp key Django concepts like models, views, URLs, and templates. -
Project 2 - Blog Project
A blog application developed by following Dave Gray's tutorial. This project covers CRUD operations, user authentication, and the use of Django's admin interface for managing blog posts.
- Django Models, Views, and Templates (MVT)
- Authentication and User Management
- Forms and Validation
- Database Queries and ORM
- Static Files and Media Management
- Python
- Django
- HTML/CSS
- JavaScript