Python Django 4 Masterclass | Build a Real World Project
- Offered byUDEMY
Python Django 4 Masterclass | Build a Real World Project at UDEMY Overview
Duration | 34 hours |
Total fee | ₹649 |
Mode of learning | Online |
Credential | Certificate |
Python Django 4 Masterclass | Build a Real World Project at UDEMY Highlights
- Certificate will be issued after completion of training
Python Django 4 Masterclass | Build a Real World Project at UDEMY Course details
- Students with a basic knowledge of Python seeking to learn about web development using Django
- Learn to develop production-grade web applications using the Python Django Framework
- Create dynamic templates via the Django Template Language
- Use Forms and ModelForms to accept information from users on your website
- Master working with databases to build web applications that store data persistently
- Learn how to create your own URLs and views to serve user requests from the browser
- Work with and manage sessions in Django
- Understand how to use QuerySets to fetch data
- Work with the Django Admin Panel to manage and customise your website
- Course helps you how to develop production-grade web applications using the Python Django Framework, You'll understand what a web framework is and why you should use one, and why the Django framework, specifically, is the perfect web framework to learn. some of the things you will learn in this course include: -Working with and managing sessions in Django,,Deploy apps on a real production server and see it live over the internet,Learn to make APIs using the Django Rest Framework
Python Django 4 Masterclass | Build a Real World Project at UDEMY Curriculum
Introduction And Set Up
Installing Python On Windows
Installing Python On Mac
Basics Of Django And its working
What is a Web Framework? Introduction to Django
Understanding and setting up a Virtual Environment
Working with URLs And Views
URL?s and getting our first URL running
Understanding URLs and views in Django
Django Template Language
Section overview
Django Template Language: The Need
Django Template Language
Behind the scenes and best practices
Working with variables to render dynamic information
Django Models/ working with the database
Django Models, Field, Field types, Field options
Creating our first Model and doing migrations
Django Admin Panel
Exploring admin panel and activating models in admin
Managing data with admin panel
Working with Multiple Models & Relationships
Managing data with Many to One relationship
Many to Many relationship
Forms And Model Forms
POST requests and CSRF tokens
Adding serverside validations
Working With Static Files And Files Upload
A separate CSS file
Behind the scenes of static files
Finishing Our Job Application
Adding missing models
Updating Subscribe Page