index.txt 493 B

123456789101112131415161718192021222324252627282930313233343536
  1. Using Django
  2. ============
  3. Introductions to all the key parts of Django you'll need to know:
  4. .. toctree::
  5. :maxdepth: 1
  6. install
  7. db/index
  8. http/index
  9. forms/index
  10. templates
  11. class-based-views
  12. generic-views-migration
  13. files
  14. testing
  15. auth
  16. cache
  17. conditional-view-processing
  18. signing
  19. email
  20. i18n/index
  21. logging
  22. pagination
  23. serialization
  24. settings
  25. signals
  26. Deprecated features
  27. -------------------
  28. .. toctree::
  29. :maxdepth: 1
  30. generic-views