First 20 students get 50% discount. Hurry up!
  • WhatsApp + 91-9999487949
  • Send Email [email protected]
  • Office No-51/3, 1st floor, Corenthum tower-B, near electronic city metro station, Sector 62, Noida, Uttar Pradesh 201309

Django Training Course

Django is an Model View Template or Model View Controller web application or generated API application or you can take web applications from concept to launch in a matter of hours. Django takes care of much of the hassle of web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.

Ridiculously fast
Incredibly versatile
Reassuringly secure
Fully loaded.
Exceedingly scalable

install Node like NPM
install Dajngo
Create .VENV Envoirment
Creating a project
Write your first Django app
Creating the Polls app
Requests and responses
The development server
Write your first view
--path() argument: view
--path() argument: route
--path() argument: name
--path() argument: kwargs

Models
Introduction to models
Field types
Indexes
Meta options
Model class.
Migrations:
Introduction to Migrations
Operations reference
SchemaEditor
Writing migrations.
QuerySets:
Making queries
QuerySet method reference
Lookup expressions
>Model instances: Instance methods
Accessing related objects
Other:
Supported databases
Legacy databases
Providing initial data
Optimize database access
PostgreSQL specific features.
Advanced:
Managers
Raw SQL
Transactions
Aggregation
Search
Custom fields
Multiple databases
Custom lookups
Query Expressions
Conditional Expressions
Database Functions

Database setup
Playing with the API
Creating models
Activating models
Introducing the Django Admin
--Creating an admin user
--Enter the admin site
--Start the development server
--Explore the free admin functionality
--Make the poll app modifiable in the admin

The basics
URLconfs
View functions
Shortcuts
Decorators
Asynchronous Support
Reference
Built-in Views
Request/response objects
TemplateResponse objects
File uploads:
Overview
File objects
Storage API
Managing files
Custom storage
Class-based views:
Overview
Built-in display views
Built-in editing views
Using mixins
API reference
Flattened index
Advanced:
Generating CSV
Generating PDF
Middleware:
Overview
Built-in middleware classes

Writing more views
Raising a 404 error
--A shortcut: get_object_or_404()
Use the template system
Namespacing URL names
Write views that actually do something
--A shortcut: render()
Removing hardcoded URLs in templates

Template Latyer

The basics:
Overview
For designers:
Language overview
Built-in tags and filters
Humanization
For programmers:
Template API
Custom template backend
Custom tags and filters

Customize the admin form
Customize the admin change list
Adding related objects
Customize the admin look and feel
--Customizing your project’s templates
--Customizing your application’s templates
Customize the admin index page

Disclosed security issues in Django
Security overview
Clickjacking protection
Cryptographic signing
Security Middleware
Cross Site Request Forgery protection

Overview
Localization
Internationalization
Time zones
Localized web UI formatting and form input

Conditional content processing
Redirects
Flatpages
Signals
The sites framework
Unicode in Django
System check framework
Content types and generic relations

Settings:
Overview
Full list of settings
Applications:
Overview
Exceptions:
Overview
Testing:
Introduction
Writing and running tests
Advanced topics
Included testing tools
Deployment:
WSGI servers
Overview
ASGI servers
Deploying static files
Deployment checklist
Tracking code errors by email
django-admin and manage.py:
Overview
Adding custom commands

The basics:
Overview
Built-in widgets
Form API
Built-in fields
Advanced:
Forms for models
Formsets
Integrating media
Customizing validation

Admin

Admin site
Admin documentation generator
Admin actions

Authentication:
Overview
Password management
Syndication feeds (RSS/Atom)
API Reference
Caching
Logging
Sending emails
Using the authentication system
Pagination
Serialization
Sessions
Sitemaps
Messages framework
Data validation
Static files management
Customizing authentication
Live project