whatsapp

Django

Home / Django
More Detail

Django COURSE CONTENT

Designed By Industry Expert

Introduction to Django

Downloading and installing Required Software

  • Installing Python on window
  • Installing Python on mac
  • Installing Django on window
  • Installing Django on mac
  • Installing Vs Code

View and URL pattern in Django

  • How Views Work in Django
  • Views in Django: Implementation
  • URL Patterns
  • How Django URL Patterns Work Internally

Database and Models in Django

  • Introduction To Databases & Models
  • Databases & Models
  • How Data Storage Works In Django
  • Using The Interactive Shell
  • Django Admin Panel & Creating Super User
  • How Data Retrieval Works In Django
  • Reading Data From Database

Templates

  • Django Templates
  • Passing Context To Templates
  • Why We Need Templates
  • Creating The Detail View
  • Completing The Detail View
  • Django Template Language
  • Removing Hardcoded URLs
  • Namespacing

Static file and Static Design

  • Static Files
  • Load static replace with just static as load static is depricated
  • More About Static Files
  • Creating Navbar
  • Creating Base Template
  • Adding Image Field To Model
  • Adding Actual Images
  • Designing The Detail View

Forms In Django

  • Adding Form To Add items
  • Adding Base Template To Form
  • Implementing The Edit Functionality
  • Implementing Delete Functionality

Authentication in Django

  • Creating User Registration Form
  • Registration Success Message
  • Saving Users
  • Adding Additional Fiel
  • Logging In Users
  • Redirecting Registered Users & Logout Functionality
  • Adding Login Option To Navbar
  • Restricting Routes
  • Creating The Profile Model
  • Adding Path To Upload Images
  • Adding The User Profile Picture
  • Setting Up The Default Profile Picture

Django Signals & Class Based View

  • What Are Django Signals
  • Implementing Django Signals
  • Class Based Views In Django
  • Implementing Class Based Detail View
  • Add USer To Post
  • Adding Get Absolute URL Method
  • Automatic User Association
  • Design Touchup: Login Form
  • Design Touchup: Register Page
  • Design Touchup: Add Item Page

Building REST APIs With Python and Django

  • What is an API
  • Introduction To Django Rest Framework
  • Setting Up The Django Project & Movie Model
  • Creating Serializer
  • Setting Up Views & URls for API
  • Adding API Endpoints
  • Adding Image Field To API