ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

The Ultimate Django Series – Part 1: Introduction & Project Setup | CodeWithMosh

Django

PythonWebDevelopment

BackendDevelopment

CodeWithMosh

DjangoTutorial

LearnDjango

DjangoBeginners

WebDevelopment

PythonProjects

FullStackDevelopment

DjangoSetup

DjangoCourse

DjangoForBeginners

PythonBackend

MoshInspired

VirtualEnv

DjangoProject

BackendWithPython

DjangoSeries

DjangoIntro

Автор: Ankit Kaushik

Загружено: 2025-04-20

Просмотров: 3280

Описание: Welcome to Part 1 of The Ultimate Django Series – inspired by CodeWithMosh! 🧠💻

In this video, we begin our Django journey by setting up the development environment and understanding the core structure of a Django project. If you're new to backend development or looking to master Django the right way, this series is for you.

#Django #PythonWebDevelopment #BackendDevelopment #CodeWithMosh #DjangoTutorial #LearnDjango #DjangoBeginners #WebDevelopment #PythonProjects #FullStackDevelopment #DjangoSetup #DjangoCourse #DjangoForBeginners #PythonBackend #MoshInspired #VirtualEnv #DjangoProject #BackendWithPython #DjangoSeries #DjangoIntro

0:00:00 - 1. Getting Started - Introduction
0:00:58 - 1. Getting Started - Prerequisites
0:01:38 - 1. Getting Started - How to Take this Course
0:02:41 - 2. Django Fundamentals - Introduction
0:03:18 - 2. Django Fundamentals - What is Django
0:06:07 - 2. Django Fundamentals - How the Web Works
0:10:31 - 2. Django Fundamentals - Setting Up the Development Environment
0:12:31 - 2. Django Fundamentals - Creating Your First Django Project
0:18:42 - 2. Django Fundamentals - Using the Integrated Terminal in VSCode
0:21:25 - 2. Django Fundamentals - Creating Your First App
0:24:55 - 2. Django Fundamentals - Writing Views
0:26:46 - 2. Django Fundamentals - Mapping URLs to Views
0:31:29 - 2. Django Fundamentals - Using Templates
0:35:37 - 2. Django Fundamentals - Debugging Django Applications in VSCode
0:43:29 - 2. Django Fundamentals - Using Django Debug Toolbar
0:47:55 - 3. Building a Data Model - Introduction
0:48:37 - 3. Building a Data Model - Introduction to Data Modeling
0:51:16 - 3. Building a Data Model - Building an E-commerce Data Model
0:55:50 - 3. Building a Data Model - Organizing Models in Apps
1:01:10 - 3. Building a Data Model - Creating Models
1:07:57 - 3. Building a Data Model - Choice Fields
1:12:09 - 3. Building a Data Model - Defining One-to-one Relationships
1:15:53 - 3. Building a Data Model - Defining a One-to-many Relationship
1:20:02 - 3. Building a Data Model - Defining Many-to-many Relationships
1:22:39 - 3. Building a Data Model - Resolving Circular Relationships
1:26:26 - 3. Building a Data Model - Generic Relationships
1:33:23 - 4. Setting Up the Database - Introduction
1:33:55 - 4. Setting Up the Database - Supported Database Engines
1:35:07 - 4. Setting Up the Database - Creating Migrations
1:43:09 - 4. Setting Up the Database - Running Migrations
1:48:10 - 4. Setting Up the Database - Customizing Database Schema
1:51:36 - 4. Setting Up the Database - Reverting Migrations
1:55:40 - 4. Setting Up the Database - Installing MySQL
1:57:49 - 4. Setting Up the Database - Connecting to MySQL
2:01:21 - 4. Setting Up the Database - Running Custom SQL
2:04:15 - 4. Setting Up the Database - Generating Dummy Data
2:07:44 - 5. Django ORM - Introduction
2:08:25 - 5. Django ORM - Django ORM
2:11:47 - 5. Django ORM - Resetting the Database
2:15:47 - 5. Django ORM - Managers and QuerySets
2:21:13 - 5. Django ORM - Retrieving Objects
2:26:14 - 5. Django ORM - Filtering Objects
2:31:56 - 5. Django ORM - Complex Lookups Using Q Objects
2:35:52 - 5. Django ORM - Referencing Fields using F Objects
2:37:43 - 5. Django ORM - Sorting
2:41:32 - 5. Django ORM - Limiting Results
2:42:54 - 5. Django ORM - Selecting Fields to Query
2:48:58 - 5. Django ORM - Deferring Fields
2:52:16 - 5. Django ORM - Selecting Related Objects
3:01:29 - 5. Django ORM - Aggregating Objects
3:04:50 - 5. Django ORM - Annotating Objects
3:08:26 - 5. Django ORM - Calling Database Functions
3:11:52 - 5. Django ORM - Grouping Data
3:14:38 - 5. Django ORM - Working with Expression Wrappers
3:17:34 - 5. Django ORM - Querying Generic Relationships
3:23:53 - 5. Django ORM - Custom Managers
3:26:18 - 5. Django ORM - Understanding QuerySet Cache
3:28:26 - 5. Django ORM - Creating Objects
3:32:54 - 5. Django ORM - Updating Objects
3:37:07 - 5. Django ORM - Deleting Objects
3:38:00 - 5. Django ORM - Transactions
3:41:31 - 5. Django ORM - Executing Raw SQL Queries
3:45:50 - 6. The Admin Site - Introduction
3:46:28 - 6. The Admin Site - Setting Up the Admin Site
3:51:02 - 6. The Admin Site - Registering Models
3:54:36 - 6. The Admin Site - Customizing the List Page
3:58:43 - 6. The Admin Site - Adding Computed Columns
4:00:32 - 6. The Admin Site - Selecting Related Objects
4:04:25 - 6. The Admin Site - Overriding the Base QuerySet
4:07:15 - 6. The Admin Site - Providing Links to Other Pages
4:12:31 - 6. The Admin Site - Adding Search to the List Page
4:14:20 - 6. The Admin Site - Adding Filtering to the List Page
4:18:43 - 6. The Admin Site - Creating Custom Actions
4:22:10 - 6. The Admin Site - Customizing Forms
4:27:53 - 6. The Admin Site - Adding Data Validation
4:31:41 - 6. The Admin Site - Editing Children Using Inlines
4:34:10 - 6. The Admin Site - Using Generic Relations
4:38:08 - 6. The Admin Site - Extending Pluggable Apps
4:42:51 - 6. The Admin Site - What's Next

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
The Ultimate Django Series – Part 1: Introduction & Project Setup | CodeWithMosh

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]