How To Tango With Django 1.5.4¶
- 1. Overview
- 2. Getting Ready to Tango
- 3. Django Basics
- 4. Templates and Static Media
- 5. Models and Databases
- 6. Models, Templates and Views
- 7. Fun with Forms
- 8. User Authentication
- 9. Working with Templates
- 10. Cookies and Sessions
- 10.1. Cookies, Cookies Everywhere!
- 10.2. Sessions and the Stateless Protocol
- 10.3. Setting up Sessions in Django
- 10.4. A Cookie Tasting Session
- 10.5. Client Side Cookies: A Site Counter Example
- 10.6. Session Data
- 10.7. Browser-Length and Persistent Sessions
- 10.8. Basic Considerations and Workflow
- 10.9. Exercises
- 11. Bootstrapping Rango
- 12. Adding External Search Functionality
- 13. Making Rango Tango! Exercises
- 14. Doing the Tango with Rango!
- 15. AJAX, Django and JQuery
- 16. Deploying Your Project
- 17. Summary
- 18. A Git Crash Course
- 19. A CSS Crash Course
- 20. Javascript and JQuery
- 21. Test Driven Development
- 22. Acknowledgements