Python With Django

Overview
Aedifico is the pioneer in providing technical training to the corporates and professional courses students. Aedifico believes in providing project-based learning with case studies implementation. Learning a technical skill is all about implementing projects on the same. Aedifico provides a basis to advance level training on Python implementation.
Python has gained immense popularity among the software developers and the organizations in recent past and is exponentially increasing. The python has become the first choice of the organizations for the software development in the present scenario. Considering the rapid growth of the python, Aedifico has come up with the training program on python from fundamental to advance level as per the need. The number of jobs in python is growing rapidly in IT sector, Aedifco’s python training program help students or professionals to increase the employability quotient and job prospects.
Curriculum
What Is Django..?
MVC Pattern
ORMs(Query Set)
Installing Django
Creating Virtual Environment
Set Up Database Connection
Creating New Project
About View Function
Http Request & Http Response
How To Create Views..?
About URL Pattern
How Django Processes A Request..?
Passing Positional Arguments To A View
Passing Keyword Arguments To A View
Simple Example Of A Named Group
Django Models
Define Models
Setting Up Database Access
Creating Django Apps
Defining Model Fields
Creating A Model
How To Create Tables For Models In Database
Adding Model String Representations
Inserting & Updating Data
Filtering Data
Ordering Data
Slicing Data
Deleting Objects
Define Template
Creating Template Objects
Templates Tags
Templates Filter
Rendering Of Templates
Request Context Processors
Context Processors
Html Forms
GET & POST Methods
Form Fields In Django
Building A Form In Django
Placing Form Instance Into The Templates Context
Overview
Layout Components
Demo
Introduction About Sessions & Cookies
How To Use Sessions..?
Using Django Authentication System
Authentication In Web Requests
Authentication Decorators
Login & Logout
Building Login & Logout Application
Configure Email Setting
Send_ Mail Function