Python - Introduction to Django - DjangoGirls

preview_player
Показать описание
This video is based on the DjangoGirls tutorial. It is considered to be for beginners into programming, still it really has a lot of advanced features in it. It covers a bit of the following technologies:
- Python
- Django
- Databases & Object relational mapping (ORM)
- HTML & CSS
- Working with command prompt

Contents:

Introduction to django girls - 00:24
Introduction to python - 03:09
Virtual environment and django installation - 11:10
Set up a database - 27:17
Creating an application - 31:40
DB migration - 41:52
Django admin - 42:15
Error due to not using the latest version of django - 43:26
Creation of superuser account in django - 49:50
Error is completely fixed, as the package is reinstalled - 52:07
Adding posts - 55:00
Urls in django - 58:16
Django views - 1:01:02
Django ORM and Query Sets - 01:06:34
Dynamic data in templates - 1:17:31
CSS - make it pretty - 01:21:56
Template extending - 1:35:11
Django forms - 1:44:39
Seeing the forms working - 1:53:58
Seeing the posts in SQLite3 - 1:55:44

Django Girls Tutorial:

GitHub code from the video:

Рекомендации по теме
Комментарии
Автор

Thank you for taking the time to do this. You helped me learn not to get intimidated by errors no matter how long it takes to research them.

brendagitau