AI Tutor Gemini

Guid for Week - 2

Page
Style
Download Notes
Month 1: The Foundations (Weeks 1-4)
Module 1

Guid for Week - 2

Instructor-Led Session: We'll dive into Django's powerful ORM. You'll learn to define models with various field types (CharField, TextField, DateTimeField), create and apply migrations, and interact with the database. We'll also explore Django's built-in admin panel, a powerful tool for managing data. The Git session will focus on connecting to GitHub with git remote add origin and git push -u origin main.

Project 2: Personal Blog. Build a personal blog with models for Post and Comment.

Assignment: Push your blog project to a public GitHub repository. This will be the central repository for the rest of the course.