Django Apps, Views and Templates (A Beginners look)
8
Django Content Blocks and Snippets
9
Passing Variables to a Template with Django
10
Django Admin Panel and Superuser
11
Django Models and Django Admin (beginner example)
12
Creating a Custom User Model (Django)
13
Customizing Django Admin (search and filtering)
14
Custom User Registration Django (AbstractBaseUser and UserCreationForm)
15
Logging out Users and Checking Authentication Status
16
Logging in Users
17
Updating User Accounts with Forms
18
Bootstrap Installation and Example
19
Bootstrap Login, Registration and Account Screens
20
Reset Password and Change Password (Django)
21
Blog Post Model (Django)
22
Django Static Files (Images)
23
Modeling the Blog using Reddit.com
24
Creating Blog Posts using a Form
25
Detail View of Blog Posts
26
Updating Blog Posts using a Django Form (Images)
27
Blog Feed Like Reddit.com (Django)
28
Blog Search Bar (Django Q Lookup)
29
Pagination and Custom Search Queries (Django)
30
Bug Fixes (Building a Website with Django Course) [Part 1]
Description:
Learn to build a fully functional website using Django and Python in this comprehensive tutorial. Start with the basics of installing Python and Django, then progress through creating projects, working with views and templates, and customizing the Django admin panel. Explore user authentication, including registration, login, and password management. Dive into building a blog application with features like post creation, detail views, and search functionality. Master essential web development skills such as working with static files, implementing Bootstrap for responsive design, and handling pagination. By the end of this tutorial, you'll have the knowledge to create a Reddit-style blog platform and troubleshoot common issues in Django web development.