Syllabus of Django Online Training Course
Syllabus of Django Online Training Course
Course
Module 1: Introduction to Django
1. Django components
2. How to install and Configure Django components
Module 2: How to create Django views
1. About URLconf
2. Regular Expressions
3. Expression Examples
4. Simple URLConf Examples
5. Using Multiple URLConf's
6. Passing URL Arguments
Module 4: Django Templates
1. Template Fundamentals
2. Creating Template Objects
3. Loading Template Files
4. Filling in Template Content (Context Objects)
5. Template Tags
6. Template Filters
7. More on For Loops
8. Template Inheritance
9. Easy Rendering of Templates
10. RequestContext Processors
11. Global Context Processors
Module 5: Django Forms
1. Form classes
2. Validation
3. Authentication
4. Advanced Forms processing techniques
Module 6: Django and REST APIs
1. Django REST framework
2. Django-piston
Module 7: Unit testing with Django
1. Data Caching
2. Setting up Per-View Caching
3. Site Caching
Module 13: Django's Email Functionality