Overview
Syllabus
Installing Python in 2019.
Python Virtual Environments (virtualenv).
Installing Django in 2019 (LTS).
Creating Your First Django Project.
Pip Freeze and Python Libraries.
Sublime Text (Best Web Development IDE).
Django Apps, Views and Templates (A Beginners look).
Django Content Blocks and Snippets.
Passing Variables to a Template with Django.
Django Admin Panel and Superuser.
Django Models and Django Admin (beginner example).
Creating a Custom User Model (Django).
Customizing Django Admin (search and filtering).
Custom User Registration Django (AbstractBaseUser and UserCreationForm).
Logging out Users and Checking Authentication Status.
Logging in Users.
Updating User Accounts with Forms.
Bootstrap Installation and Example.
Bootstrap Login, Registration and Account Screens.
Reset Password and Change Password (Django).
Blog Post Model (Django).
Django Static Files (Images).
Modeling the Blog using Reddit.com.
Creating Blog Posts using a Form.
Detail View of Blog Posts.
Updating Blog Posts using a Django Form (Images).
Blog Feed Like Reddit.com (Django).
Blog Search Bar (Django Q Lookup).
Pagination and Custom Search Queries (Django).
Bug Fixes (Building a Website with Django Course) [Part 1].
Taught by
CodingWithMitch