Srikanth Technologies

Django Framework

This course teaches how to build Web Applications and REST API using Django Framework.

Prerequisite Python Language + HTML
Theory Fee (Classroom) Rs. 2000/- (Includes digital course material)
Theory Fee (Online) Rs. 2000/- (Includes digital course material)
Lab Fee for Classroom Students Rs. 750/-
Digital or Physical Certificate Fee Rs. 200/-
Software Required
  • Introduction to Web Applications
  • Understanding HTML, CSS and JS
  • How to install Django Framework and create a new Project and Application?
  • Understanding Views, Models and Templates
  • Working with Templates and Template Inheritance
  • Using Filters and Tags
  • Working with Forms and Validation
  • How to use Static file in Django
  • Making AJAX request using jQuery
  • State management using Cookies and Sessions
  • Understanding ORM (Object Relational Mapping) in Django
  • Using Managers to retrieve, search and manipulate database
  • Working with Field Lookup and others
  • Working with ModelForms
  • Working with class based views and generic views
  • Using Django Authentication System - Login, Logout, Registration etc.
  • Creating Restful services using Django Rest Framework
  • Using function views and class views to implement REST API
  • Implementing Authentication in REST API
  • How to consume Rest API