Syllabus of Django Online Training
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 View Functions
2. Using Django's HttpResponse Class
3. Understanding HttpRequest Objects
4. Using QueryDict Objects
Module 3: Configuring URLconf's
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. Using Python’s unittest2 library
2. Test
3. Test Databases
4. Doctests
5. Debugging
Module 8: Database models
1. About Database Models
2. Configuring Django for Database Access
3. Understanding Django Apps
4. About Django Models
5. Defining Django Models
6. Understanding Model Fields & Options
7. Table Naming Conventions
8. Creating A Django Model
9. Adding the App to Your Project
10. Validating the App
11. Generating & Reviewing the SQL
12. Adding Data to the Model
13. Primary Keys and the Model
14. Simple Data Retrieval Using a Model
15. Understanding QuerySets
16. Applying Filters
17. Specifying Field Lookups
18. Lookup Types
19. Slicing QuerySets
20. Specifying Ordering in QuerySets
21. Common QuerySet Methods
22. Deleting Records
23. Managing Related Records
24. Retrieving Related Records
25. Using Q Objects
26. Creating Forms from Models
Module 9: Using Django Admin Interface
1. Enabling the Admin Interface
2. Creating an Admin User
Module 10: Access Control with Sessions and Users
1. Cookies & Django
2. The Django Session Framework
3. Sessions in Views
4. Session Tuning
5. Installing Django User Authentication
6. Using Authentication in Views
7. Login and Logout
8. Building your Own Login/Logout Views
9. Authentication Decorators
10. Adding & Deactivating Users
11. Asynchronous Messaging
12. Managing Permissions
Module 11: Generic Views
1. Simple Generic Views
2. Using Generic Redirects
3. Other Generic Views
4. Create/Update/Delete Generic views
Module 12: Data Caching for Performance
1. Data Caching
2. Setting up Per-View Caching
3. Site Caching
Module 13: Django's Email Functionality
1. Configuring Mail Settings
2. Sending Email
3. Other Email Functions
Module 14: Deploying Django Applications
1.Deploying Django Applications