Web Development Using Django for 3rd years and 2nd years
- Python download,installation and configuration
- Python and pip version check
- pip upgrade and installation of jupyter notebook
- Python Concepts Overview (list,tuple and dictionary)
- Function and its types,user defined function types overview
- Packages and Modules Overview with sample example on module import
- Function Argument Types like default,required and keyword arguments with sample example on each
- Accessing of Class and method by using module
- Packages and Modules accessing of package with sample example
- Django Installation and Version check
- Project Creation and Overview of files in it
- Running of a project
- UserApp Creation and Overview of files in it
- Interface between controllers(urls and views)
- Dynamic url mapping with single and n parameters sample example on it
- HttpRequest and Response with dynamic data by using html and inline css
- HttpResponse with javascript
- Template Folder Creation and accessing of .html file
- Interface between controller and template,internal css access
- Static File Handling for CSS
- Form methods, styling of css in browser
- Interface between controller to template and template to controller and then to another template
- Static file Handling for js and images
- Model Creation, Makemigrations and migrate
- ORM Query for inserting a record
- CRUD Operations by using shell
- Create,Read,Update and Delete for a single and n number of records
- Bootstrap-4 Overview
- Grid System,margin,padding,container,jumbotron,color and card with sample example on each
- Completed Form and Table Creation design
- Create and Retrieve data from database
- Update and Delete Procedure by using html forms
- Checked Attendance Task
- Completed Design for Employee form by using Forms concept and inserted the data through it
- Retrieve,Update and Delete by using forms concept
- Superuser Creation and Useage of admin app
- Roles of User with sample example
- Another Project and App creation then Using template blocks for it
- Existing User model,form class access and completed design for User Registration
- Message Concept,Mail and User Registration for Existing User Model
- User Authentication for registered users
- User Authentication, Extra Fields for User Model
- Profile Updation and File uploads for it