Django - W1 Review
Posted on May 28th, 2020
Posted on May 28th, 2020
Posted on May 28th, 2020
Today we’re learning about keys of all sorts – primary keys and foreign keys. These two small tools are used in Django for looking up models and connecting them.
Continue with day 2 of Uptact.
Posted on May 27th, 2020
Today, we’ll start learning about Django. First, we need to know about two other things, Poetry and how the web works
Posted on May 26th, 2020
Today, we’ll take a survey of object-oriented programming to get us ready to take on Django.
Posted on May 21st, 2020
Breaking down programming problems into their smallest pieces is one of the most critical skills in programming. You’ll need to practice this for the weekend assignment.
import