0% found this document useful (0 votes)
23 views1 page

Django Syllabus

The document outlines the course content for a Django framework course. It includes 14 modules covering topics like installation, MVT architecture, models, CRUD operations, authentication, class based views, and more. The course will teach students how to build applications using the Django web framework.

Uploaded by

muqeedkhan658
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views1 page

Django Syllabus

The document outlines the course content for a Django framework course. It includes 14 modules covering topics like installation, MVT architecture, models, CRUD operations, authentication, class based views, and more. The course will teach students how to build applications using the Django web framework.

Uploaded by

muqeedkhan658
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

www.prsoftwares.

com
Contact: 9030202723
9985570759
Course Content
MODULE 1 o Multi-level model inheritance
o Multiple model inheritance

 Software Installation MODULE 2


 Introduction to Framework
 Introduction to Django
 History of Django  Introduction to HTML, CSS,
 Introduction to MVT MySQL
architecture o HTML basics
 Working with Django Project o CSS basics
and Application o MySQL basics
o Creating Django Project and  Introduction to Django
Application Template
o Importing Django Project and o Configuring Django
Application to IDE template
 Configuring settings.py file o Template variables and tags
 Introduction to Views.py file  Context object concept
 Running Hello-World in Django o What is context object?
using views.py o How to render variables and
 Working with multiple views tags in context object
files  Template Inheritance
 Models Introduction  Django Forms
o Setting up database in Django o Working with Model forms
o Creating 1st model o Working with Normal forms
o Running makemigrations and  Introduction to Static Files
migrate commands
o Setting up static files
 CURD/CRUD operations
o Using static files in project
o Simple queries
 Introduction to Media Files
o ORM queries
o Setting up media files
 Aggregate ORM queries
o Using media files in project
 Setting up admin site
 User Authentication concept
o Rendering models on admin
site
 Class Based Views
o Performing CURD/CRUD concept(CBV)
operations using admin site o Working with different types
o Customizing admin site of CBV
 Model Relationship  Virtual Environment concept
o One-to-One model relationship o Installing virtual
o One-to-Many model environment
relationship o Creating a virtual
o Many-to-Many model environment
relationship o Using virtual environment
 Model Inheritance  Faker Module concept
o Abstract model inheritance  Cookies and Sessions concept
o Proxy model inheritance

By Mr.Prem Agarwal.

You might also like