Certified Django Developer
- Offered byVSkills
Certified Django Developer at VSkills Overview
Duration | 14 hours |
Total fee | ₹3,499 |
Mode of learning | Online |
Credential | Certificate |
Future job roles | Senior Infromation processing specialist, Technical Leader , CMS, Mainframe System Analyst |
Certified Django Developer at VSkills Highlights
- Earn a certificate of completion from Vskills
- Get Lifelong e-learning access
Certified Django Developer at VSkills Course details
- For professionals and graduates wanting to excel in their chosen areas
- For those who are already working and would like to take certification for further career progression
- For Job seekers looking to find employment in various software and IT infrastructure companies
- Vskills Django Developer certification assesses the candidate for development of website and web applications by using the Django framework
- The certification tests the candidates on various areas in Django which includes installation, basics, management and customization of Django framework for the development of website and web applications
Certified Django Developer at VSkills Curriculum
Introduction
What Is a Web Framework?
MVC
Django Evolution
Getting Help
Getting Started
Installation
Database Setup
Starting a Project
The Basics of Dynamic Web Pages
Your First View: Dynamic Content
Mapping URLs to Views
How Django Processes a Request
URLconfs and Loose Coupling
404 Errors
Your Second View: Dynamic URLs
Django’s Pretty Error Pages
The Django Template System
Template System Basics
Using the Template System
Basic Template Tags and Filters
Philosophies and Limitations
Using Templates in Views
Template Inheritance
Interacting with a Database: Models
The “Dumb” Way to Do Database Queries in Views
The MTV Development Pattern
Configuring the Database
Your First App
Defining Models in Python
Your First Model
Installing the Model
Basic Data Access
Inserting and Updating Data
Selecting Objects
Making Changes to a Database Schema
The Django Administration Site
Activating the Admin Interface
Using the Admin Interface
Customizing the Admin Interface
Customizing the Admin Interface’s Look and Feel
When and Why to Use the Admin Interface
Form Processing
Search
The “Perfect Form”
Processing the Submission
Custom Validation Rules
A Custom Look and Feel
Creating Forms from Models
Advanced Views and URLconfs
URLconf Tricks
Including Other URLconfs
Generic Views
Using Generic Views
Generic Views of Objects
Extending Generic Views