Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering Django 5.0 & DRF - The Complete Reference Guide
Rating: 4.4 out of 5(178 ratings)
1,609 students

Mastering Django 5.0 & DRF - The Complete Reference Guide

Learn Django,Django ORM,Django Signals and Django Rest Framework (DRF) - Step By Step
Last updated 1/2025
English

What you'll learn

  • Learn How To Setup Development Environment for Django Development
  • Understanding MVT Architectural Pattern
  • Learn How to work with various Built-in Template Tags of Django
  • Learn How to work with various Built-in Filters of Django
  • Learn How to Develop Base or Master Pages
  • Learn How to Create and Render Partial Views
  • Learn How to Create Models, Views, Forms and Templates
  • Understanding Security Vectors
  • Learn How to Implement Transaction Support
  • Learn How to develop data driven Pages using Django ORM
  • Learn How to implement Pagination, Sorting and Filter functionality
  • Learn How to create intuitive Reports
  • Learn How to perform Bulk Insert,Bulk Update and Bulk Delete Operations
  • Learn How to export data to Excel,CSV,PDF formats
  • Learn How to Perform Form Validations
  • Learn How to Develop and Consume Web API Core
  • Learn How to implement Authentication and Authorization
  • Learn How to Deploy Django Web Application

Course content

51 sections209 lectures29h 8m total length
  • Preview of Entire Course in 23 Mins23:08

    Preview the Django 5.0 and DRF course, outlining 42 sections from setup to advanced topics like models, templates, rest API, and authentication.

  • Course Support For Learners0:28
  • Introduction To Django Web Framework6:17

    Explore Django, a python-based, batteries-included web framework for rapid development of dynamic sites. Master models, forms, views, templates, authentication, middleware, admin, and Django Rest Framework to build data-driven web apps.

  • Python and Django Version History2:49

    Explore the history of Python and Django versions, from Python 3.8 to 3.12 and Django 0.9 to 5.0, and how these releases shaped modern development.

  • Installing Python1:48
  • Creating Virtual Environment13:03
  • What is PIP?2:43
  • Installing Django5:05

    Install Django 5.0 inside a virtual environment using pip install django==5.0 and verify via python -m django --version. Activate and deactivate environments to run different Django versions for different projects.

  • Listing out installed packages7:37

    List installed packages with pip list in a virtual environment, compare with pip freeze, and generate a requirements.txt to install the same dependencies on the production server.

  • Installing an Editor1:40

    Install Visual Studio Code on Windows, set up the editor, and install essential Python and Django extensions to prepare for coding in Django 5.0 and DRF.

  • Installing Useful Extensions for Visual Studio Code2:15

    Install essential vscode extensions for django development, including python, django, prettier, sqlite viewer, and vscode icons, enabling auto intellisense and in-editor database viewing with Pylance.

  • Complete Course Exercise Files5:06

    Download course exercise files, set up a Python virtual environment, install dependencies from each project's requirements.txt, unzip files, open in VS Code, and run Django apps with manage.py runserver.

Requirements

  • Visual Studio Code Editor, Python,Django
  • Basic Knowledge of Python,JavaScript,jQuery,CSS,Bootstrap
  • Basic Knowledge of any SQL Database

Description

Django is free, open source and written in Python.

Django is a Python framework that makes it easier to create dynamic web sites using Python.

Django follows the MVT design pattern (Model View Template). Django was designed to help developers take applications from concept to completion as quickly as possible.

With Django, you can take web applications from concept to launch in a matter of hours. Django takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel.

Django includes dozens of extras you can use to handle common web development tasks. Django takes care of user authentication, content administration, site maps, RSS feeds, and many more tasks — right out of the box.

Django takes security seriously and helps developers avoid many common security mistakes, such as SQL injection, cross-site scripting, cross-site request forgery and clickjacking.

Django user authentication system provides a secure way to manage user accounts and passwords. Some of the busiest sites on the planet use Django’s ability to quickly and flexibly scale to meet the heaviest traffic demands. Companies, organizations and governments have used Django to build all sorts of things — from content management systems to social networks to scientific computing platforms.

This course provides developers with a thorough knowledge in developing Web Applications using Django MVT architectural Pattern.

In this course by development expert Kameswara Sarma Uppuluri, you'll learn essential concepts that you need to know to build Modern Web Applications using Django 5.0.

This course provides step-by-step walk-throughs and coding demos that you're encouraged to code along with to enhance the learning process.

This course is broken down into 39 Modules with each module providing source code so that you can follow along with Kameswara Sarma Uppuluri.

Who this course is for:

  • This course is for all web developers who want to learn Django or enhance their existing Django skills to the next level.