dzone python training institute
Python-Certification

What is Django?

Django is a high-level Web framework developed in python which encourages rapid development and clean, pragmatic design. It is used for backend development and it provides fully functional backend. People really like Django just because all the things such as forms and pagination can be implemented rapidly.

It has a big collection of modules which help designers to develop website in comfort way.

By using Django modules we can very quickly write our applications with admin panels, contact forms ,authentication,models and many more functionalities.We can also easily integrate HTML & CSS at very less effort.

Features or Batteries of Django

  • The Views Layer
  • The Model Layer
  • The Template Layer
  • Forms
  • The Admin
  • The Development Process
  • Python compatibility
  • Security
  • Internationalization and Localization
  • Performance and Optimization
  • Geographic framework
  • Common Web Application Tools
  • Other Core Functionalities

Course Syllabus

  • Introduction
  • HTML
  • CSS
  • How Internet Works
  • Take a Look on Command Line Oerations
  • Python Installation
  • Introduction to Python
  • What is Django Framework
  • Installation in Virtual Environment
  • Creating Project in Django
  • Developing Models for Database
  • Admin Panel
  • Establishing URLs
  • Writing Views
  • ORM (Handling QuerySet)
  • Designing Templates
  • Access Dynamic Data in DjangoTemplates
  • Implementing CSS in Templates
  • Extending Templates
  • HTML Forms
  • Connecting Forms to Database
  • Sessions & Cookies
  • Authentication
  • App Deployment on Server