Title: Setup Migrations and Update .gitignore Tasks: -Run python manage.py makemigrations python manage.py migrate Add to .gitignore: db.sqlite3 */migrations/ __pycache__/ *.pyc Ensure project runs without committing DB files