Topic |
Description |
Django Home |
Introduction to Django and overview of the course content |
Django Intro |
Learn what Django is and its main features |
Django Get Started |
Set up your Django environment and get started |
Create Virtual Environment |
Learn how to create a virtual environment |
Install Django |
Install Django and prepare your project |
Django Create Project |
Set up your first Django project |
Django Create App |
Learn to create apps within your Django project |
Django Views |
Create and manage views in Django |
Django URLs |
Set up URLs to route to different views |
Django Templates |
Use templates to render dynamic content |
Django Models |
Define and work with data models |
Django Insert Data |
Insert data into your models |
Django Update Data |
Update existing data in your models |
Django Delete Data |
Delete data from your models |
Django Update Model |
Modify and update your data models |
Prep Template and View |
Prepare your templates and views for use |
Add Link to Details |
Learn how to add links to detail pages |
Add Master Template |
Create and use a master template |
Add Main Index Page |
Set up the main index page for your site |
Django 404 Template |
Create a custom 404 error page |
Add Test View |
Test your views for functionality |
Django Admin |
Explore and manage the Django admin interface |
Create User |
Learn to create users in Django admin |
Include Models |
Include your models in the admin interface |
Set List Display |
Customize list display in the admin |
Update Members |
Update member records in the admin |
Add Members |
Add new members using the admin |
Delete Members |
Delete members from the admin |
Django Variables |
Work with variables in Django templates |
Django Tags |
Use tags in Django templates |
Django If Else |
Implement conditional logic in templates |
Django For Loop |
Iterate over data using for loops in templates |
Django Comment |
Learn how to add comments in templates |
Django Include |
Include reusable templates in your views |
QuerySet Introduction |
Get started with QuerySets in Django |
QuerySet Get |
Retrieve specific records using QuerySet get |
QuerySet Filter |
Filter data with QuerySets |
QuerySet Order By |
Sort data using QuerySets |
Add Static Files |
Add and manage static files in your project |
Install WhiteNoise |
Install WhiteNoise to serve static files |
Collect Static Files |
Collect all static files into one directory |
Add Global Static Files |
Add global static files to your project |
Add Styles to the Project |
Learn how to add CSS styles to your project |
PostgreSQL Intro |
Introduction to using PostgreSQL with Django |
Create AWS Account |
Learn how to create an AWS account |
Create Database in RDS |
Set up a database in AWS RDS |
Connect to Database |
Connect your Django project to the database |
Elastic Beanstalk (EB) |
Learn how to deploy Django using EB |