Intro Django
Posted on Dec 13th, 2021
1β layout: post title: Introduction to Django tags: phase-1 python β
π― This weekβs topics
- Django
- Starting a Django App
- Models
- Views
- Templates
π Assignments for now until 12/22 (last class before break)
First, work on finishing the Blackjack game. Please post questions on Slack.
For the next section, the objective is for you to complete the code for at
least one of the following Django tutorials. Each tutorial goes through
the steps of building a Django app, approaching it in a slightly different way.
The tutorials you donβt write the code for can still serve as references.
Whichever tutorial you choose, please accept the assignment here, clone it locally, and put your work in the empty repository.
Option 1: πΉ Video - Pretty Printed Introduction to Django (email required to start course)
Option 2: π Written - DjangoGirls Skip the installing Python. Weβve already done that.
Option 3: π Written - MDN Django Tutorial