index.txt 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ===============
  2. "How-to" guides
  3. ===============
  4. Here you'll find short answers to "How do I....?" types of questions. These
  5. how-to guides don't cover topics in depth -- you'll find that material in the
  6. :doc:`/topics/index` and the :doc:`/ref/index`. However, these guides will help
  7. you quickly accomplish common tasks.
  8. .. toctree::
  9. :maxdepth: 1
  10. auth-remote-user
  11. csrf
  12. custom-management-commands
  13. custom-model-fields
  14. custom-lookups
  15. custom-template-backend
  16. custom-template-tags
  17. custom-file-storage
  18. deployment/index
  19. upgrade-version
  20. error-reporting
  21. initial-data
  22. legacy-databases
  23. logging
  24. outputting-csv
  25. outputting-pdf
  26. overriding-templates
  27. static-files/index
  28. static-files/deployment
  29. windows
  30. writing-migrations
  31. delete-app
  32. .. seealso::
  33. The `Django community aggregator`_, where we aggregate content from the
  34. global Django community. Many writers in the aggregator write this sort of
  35. how-to material.
  36. .. _django community aggregator: https://www.djangoproject.com/community/