Part of the Free Full-stack course: https://www.youtube.com/playlist?list=PL6yRaaP0WPkXo7Kl6LQcO69bsYTS7BDxo

Welcome to the Free Full-stack Course

In this course, we will be using Python as the programming language for our backend to deliver REST APIs. The REST APIs will be developed on top of Django which is a backend/website framework that sits on top of Python. And we will also use DRF (Django REST Framework) to actually deliver our APIs on top of Django.

In this chapter we will set up a "products" application where we will define our product categories, products and maker model objects which then get serialized into our database.

Timestamps:
00:00 - Creating Products and Product Category Data Models
01:48 - Django Users
03:30 - Log into PSQL to check your users
05:16 - Create a super-user
10:11 - Admin interface
16:47 - Back-up your database
20:29 - Creating model objects
51:29 - Populating data


If you want to support my work, please consider joining my YouTube channel by pressing the Join button!

Twitter: https://twitter.com/vandadnp
LinkedIn: https://linkedin.com/in/vandadnp

Let's get started!