index.txt 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. =============
  2. How-to guides
  3. =============
  4. Practical guides covering common tasks and problems.
  5. Models, data and databases
  6. ==========================
  7. .. toctree::
  8. :maxdepth: 1
  9. initial-data
  10. legacy-databases
  11. custom-model-fields
  12. writing-migrations
  13. custom-lookups
  14. Templates and output
  15. ====================
  16. .. toctree::
  17. :maxdepth: 1
  18. outputting-csv
  19. outputting-pdf
  20. overriding-templates
  21. custom-template-backend
  22. custom-template-tags
  23. Project configuration and management
  24. ====================================
  25. .. toctree::
  26. :maxdepth: 1
  27. static-files/index
  28. logging
  29. error-reporting
  30. delete-app
  31. Installing, deploying and upgrading
  32. ===================================
  33. .. toctree::
  34. :maxdepth: 1
  35. upgrade-version
  36. windows
  37. deployment/index
  38. static-files/deployment
  39. Other guides
  40. ============
  41. .. toctree::
  42. :maxdepth: 1
  43. auth-remote-user
  44. csrf
  45. custom-management-commands
  46. custom-file-storage
  47. .. seealso::
  48. The `Django community aggregator`_, where we aggregate content from the
  49. global Django community. Many writers in the aggregator write this sort of
  50. how-to material.
  51. .. _django community aggregator: https://www.djangoproject.com/community/