Django_Week1_Detailed_Plan
Django_Week1_Detailed_Plan
This document provides a structured learning plan for Week 1 of the Django + AI project-
based roadmap. The goal is to set up Django, understand Python basics, and build your first
Django project: a Personal Blog Website. You will be working 5 hours per day, except
Sunday, to ensure deep learning and practical application.
- 2 hours – Install Django, set up a virtual environment, and create a Django project
**Resources:**
**Tasks:**
🎯 **Goal:** By the end of the day, you should be able to set up a Django project and run it on
localhost.
**Resources:**
**Tasks:**
🎯 **Goal:** Navigate different pages using Django’s URL dispatcher and create a basic
homepage.
- 2 hours – Create the Post model for blog articles and apply migrations
**Resources:**
🎯 **Goal:** Use models to store data and access the Django admin panel.