Heads up! Looks like you're using adblock. Please consider supporting us by whitelisting coursedio.online How?
arrow_back
Go back

Django Essential Training

Sep 23, 2021 • Leticia Portella

Start Course arrow_forward

About this course

Learn Django essentials hands-on, as this course walks you through building a working system that can create, edit, and list notes per user with an authentication system.



play_circle_filled

What is Django?

52s
play_circle_filled

What you will need to start a Django project

50s
play_circle_filled

Creating a new Django project

3m 2s
play_circle_filled

Minimum working page

4m 55s
play_circle_filled

Creating your first Django template

3m 38s
play_circle_filled

Django apps and the concept of modularization

3m 28s
play_circle_filled

Creating users in Django

3m 49s
play_circle_filled

Django admin: Easily visualizing and creating data

2m 52s
play_circle_filled

User authentication in two simple steps

3m 14s
play_circle_filled

Introduction to ORMs

1m 21s
play_circle_filled

Creating your first model

3m 15s
play_circle_filled

Using admin for data creation and manipulation

3m
play_circle_filled

Using Django shell for creating and querying data

4m 42s
play_circle_filled

Creating a dynamic template

5m 19s
play_circle_filled

Display content of a single note

5m 32s
play_circle_filled

Introduction to Django class-based views

4m 58s
play_circle_filled

A bit more on class-based views

3m 56s
play_circle_filled

Static files in Django

4m
play_circle_filled

How to set up a base HTML for every Django template

4m 31s
play_circle_filled

Let's add some style

8m 9s
play_circle_filled

Create a webpage

5m 11s
play_circle_filled

Understanding how Django handles security in POSTs

2m 10s
play_circle_filled

Django forms: Powerful validation with minimal work

4m 53s
play_circle_filled

Django forms are useful for layout as well!

2m 32s
play_circle_filled

The U in the CRUD: Updating data

3m 44s
play_circle_filled

The D in the CRUD: Deleting data

4m 16s
play_circle_filled

ForeignKey: How models relate to each other

4m 22s
play_circle_filled

Displaying only the logged user data

3m 45s
play_circle_filled

Adding a new note after ForeignKey

3m 57s
play_circle_filled

Adding login and logout pages

6m 10s
play_circle_filled

Adding a signup page

5m 43s
play_circle_filled

Finishing touches

3m 56s
play_circle_filled

Continuing on with Django

53s