Mini Map
Search
⌘ K
Log In
Django: Python Web Development Unleashed
0%
1.
Before Getting Started
Who is This Course for?
Learning Outcomes
2.
Introduction to Django
What is Django?
Companies That Use Django
Django Design Pattern
Quiz on Django Basics
3.
First Django Application
Django Project
Hello World Application
Static and Dynamic Routing
Dynamic Routing with Path Converters
URL Mappings
Quiz on Django Applications
4.
Templates in Django
Django Template Engine
Variables
Tags and Loops
Conditionals
Filters and Comments
Code Templates in Django
Relative URLs
Template Inheritance
Quiz on Templates
5.
Static Files in Django
Using Static Files in Django
Quiz on Static Files
Mini Project
Premium
Laying Ground for Songs Playlist Application
6.
Project Solution: Laying Grounds for Songs Playlist Application
Project Solution: Create a Playlist Template
Project Solution: Create a Songs Template
Project Solution: Template Inheritance
Project Solution: Serve Static Image
7.
Django Models
Models in Django
Models in Code
Implementing Examples of Models
Exploring Model in Admin Interface
Built-in Field Validation
Many To One Relationship
Many To Many Relationship
One To One Relationship
Quiz on Models
8.
Django Forms
Our First Django Form
Render the Form
Form Fields
Collecting Data via Django Form
Basic Form Validation
Initial Form Data
Form Field Widgets and Labels
Model Form
9.
Operations on Models
Create a User Model
Retrieve and Update the User
Mini Project
Premium
Take Your Playlist to the Next Level
10.
Project Solution: Take Your Playlist to the Next Level
Project Solution: Create Models
Project Solution: Define Relationship
Project Solution: Make a Signup Form
Project Solution: Make a Login Form
Project Solution: Inserting Users at Sign-Up
Project Solution: Authenticate the User at Login
Project Solution: Inserting Songs and Playlists
Project Solution: Retrieving Songs and Playlists
Project Solution: Updating Songs
11.
Conclusion
Wrap Up!
Project
Premium
Creating an E-learning Website Using Django
Home
Courses
Django: Python Web Development Unleashed
Project Solution: Serve Static Image
Let's go through the solution to the challenge given in the previous lesson.
We'll cover the following...
Solution
Explanation
home.html file
Solution
...