Django Training
- Offered byDUCAT
Django Training at DUCAT Overview
Mode of learning | Online |
Schedule type | Self paced |
Credential | Certificate |
Django Training at DUCAT Course details
- Pyjamas & IronPython can be used to develop the client-side of ajax-based applications.Django officially supports four database backends: PostgreSQL, MySQL, SQLite, and Oracle.More
- Django includes a layer between the developer and the database called an ORM (Object Relational Mapper)
- Django provides well-organized documentation and example code tagged for every specific release
- Django is an extremely widely used framework because it's open source.
- Django is a web framework which written in python & follows the MVC architectural pattern
- It is maintained by the django software foundation, an independent organization
- There are many other framework like Pyramid,web2py,Flask etc. which support developers in the design & maintenance of complex applications
Django Training at DUCAT Curriculum
Introduction
What is Django..?
Installing Django
MVC
Views
Your First View
Mapping urls to Views
How django process a request..?
Urlpatterns
Regular expressions
404 Errors
Templates
Template Basic
Dictionaries and Contexts
Built-in Tags & filters
Custom Tags & filters
Using Templates in Views
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
Django Admin Interface
Enabling admin interface
Creating admin user
Django Forms
Forms in Django
Searching Query
GET & POST methods
Form fields in django
Simple validation
Custom Validation
Building a form in Django
Placing form instance into the templates context