infyni

Python with Django Framework

Django is a widely-used Python web application framework with a "batteries-included" philosophy.

Live Course

Duration: 12 Hours

Enrolled: 0

Offered by: infyni

Live Course
$75 60% off

$30

Coming Soon Notify Me

About Course

Django is a Web framework written in Python. A Web framework is a software that supports the development of dynamic Web applications and services. It provides a set of tools and functionalities that solves many common problems associated with Web development, such as security features, database access, sessions, template processing, URL routing, internationalization, localization, and much more. Django helps to develop secure and reliable Web applications very quickly in a standardized way, without having to reinvent the wheel.

  • Topics
  • Instructor (2)
  • The basic setup consists of installing Python, Virtualenv, and Django, Starting a New Project , learn Django Apps, URL configuration, View in Django, Models , Migrating the Models ,Experimenting with the Models API , Summary of Model's Operations , Views, Templates, and Static Files ,Django Template Engine Setup.
  • Static Files Setup , Introduction to Django Admin, Using the URLs API ,Reusable Templates , Forms , ModelForm , Referencing the Authenticated User in the , Logout , Configuring the Routes , Protecting Views , Configuring Login Next Redirect, Accessing the Authenticated User , Posts View , QuerySets,Migrations, Function-Based View , Class-Based View ,Generic Class-Based View , List View, Pagination , Version Control ,Basic Setup ,Remote Repository ,Domain Name Deployment Strategy, Deploying Django on AWS cloud.