🎉 Special Offer: Enroll Now and Get 20% Discount on All Courses! 🎉
|
New Batch Starting Soon - Limited Seats Available!
|
Free Career Counseling Session for All Students!
Home
Course
Contact
Login
Menu
Home
Courses
Contact
Login
Home
Courses
django
Framework Courses
django
Share
Share
Copy Link
Duration:
30Hours
Category:
Framework Courses
Type:
WEB DESIGNING
₹7,000
₹5,500
Save ₹1,500
Course Syllabus
70
Request Course Information
Name
*
Email
*
Mobile
*
For Training
Select Training Type
Corporate Training
Online Training
Offline Class
Request Course
Course Syllabus - django
INTRODUCTION TO DJANGO
Features of Django
Django web server
Understanding Django environment
DISPLAYING HYPERLINKS
Django architecture
MVC and MTV
Starting a project
Django apps
Activating our first app
A view that displays a hyperlink
Mapping the views to URLs
Running our first app
Improving the views using templates
The improved templates
Template inheritance
Sending data from url to view
Sending data from view to template
Starting a project
Creating an app inside the project
Activating the app
Creating model for our site
Converting the model into a table
Examples for Fields in Models
Basic data access using Django shell
Saving objects into database
Retrieving objects from database
Modifying objects of database
Sorting objects
Filtering objects
Deleting objects
Making changes in the data model
Using the admin interface
Customizing the admin interface
Adding users
Data access and modification using admin panel
Giving permissions to users
The Django template system
Template Inheritance
Improving the website
Adding background color for web pages
Adding banner to the web site
Adding background image in the web pages
Storing and displaying images
Adding users to our site
Uploading the information by user
Changing the administration interface title
Forms basics
Creating Contact Us form
Form field examples
Configuring email settings
Sending emails with Django
Django template tags
If/else
If/elif/else
For
Comments
Filters
Using templates to display data in the site
Introduction to Bootstrap
Creating tables
Creating grids
Creating carousels
Difference between session and cookie
Creating sessions and cookies in Django
Using SQLite
Configuring MySQL database
Working with MySQL in Django
Configuring Oracle database
Working with Oracle in Django