Build Your FIrst Django web Application

preview_player
Показать описание
In this video, we walk through the basics of Django by building a simple web application. We build a simple blogging application and learn various Django basic concepts. The following are the concepts we learn

- Django projects and apps
- Django templates
- URL Mapping
- Styling with CSS
- Database Models and Migrations
- Class based Views
- Forms

SOURCE CODE:

GITHUB:

TWITTER:

Timestamps
0:00 Introduction
2:04 Creating a Django project
8:04 Creating the Django app
10:55 Creating the first view function
13:57 Creating the first URL mapping
18:43 Creating Django templates
26:00 Creating the database models
32:05 Database MIgrations
35:50 The Django Admin
42:19 Class Based Views
42:23 TemplateView
47:05 ListView
49:15 Django templates
53:49 Django URL template tag
54:06 Template inheritance
59:45 CreateView
1:07:58 DetailView
1:14:19 get_absolute_url
1:17:32 UpdateView
1:22:10 DeleteView
1:27:21 styling a Django application
1:48:17 Wrappning Up
Рекомендации по теме
Комментарии
Автор

Hi sir, what's your opinion on Django vs Fastapi, are there any obvious pros and cons between these 2 frameworks?

alvin