index.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. ====================
  2. Django Documentation
  3. ====================
  4. The essential documentation
  5. ===========================
  6. If you're new to Django, make sure to read the following documentation in
  7. order.. The rest (in the "reference" section below) can be ready in any order as
  8. you need various functionality.
  9. .. toctree::
  10. :maxdepth: 1
  11. overview
  12. install
  13. tutorial01
  14. tutorial02
  15. tutorial03
  16. tutorial04
  17. faq
  18. documentation
  19. Reference
  20. =========
  21. .. toctree::
  22. :maxdepth: 1
  23. django-admin
  24. model-api
  25. db-api
  26. transactions
  27. templates
  28. templates_python
  29. newforms
  30. modelforms
  31. testing
  32. sessions
  33. cache
  34. settings
  35. url_dispatch
  36. request_response
  37. generic_views
  38. authentication
  39. shortcuts
  40. unicode
  41. pagination
  42. serialization
  43. i18n
  44. middleware
  45. custom_model_fields
  46. databases
  47. ``django.contrib`` add-ons
  48. --------------------------
  49. .. toctree::
  50. :maxdepth: 1
  51. add_ons
  52. contenttypes
  53. csrf
  54. databrowse
  55. flatpages
  56. form_preview
  57. form_wizard
  58. localflavor
  59. redirects
  60. sites
  61. sitemaps
  62. syndication_feeds
  63. webdesign
  64. Deployment
  65. ----------
  66. .. toctree::
  67. :maxdepth: 1
  68. modpython
  69. fastcgi
  70. Solving specific problems
  71. -------------------------
  72. .. toctree::
  73. :maxdepth: 1
  74. apache_auth
  75. static_files
  76. email
  77. legacy_databases
  78. outputting_pdf
  79. outputting_csv
  80. Et cetera
  81. ---------
  82. .. toctree::
  83. :maxdepth: 1
  84. design_philosophies
  85. contributing
  86. admin_css
  87. api_stability
  88. Release notes
  89. -------------
  90. .. toctree::
  91. :maxdepth: 1
  92. release_notes_0.96
  93. release_notes_0.95
  94. Also see the list of `backwards-incompatible changes`__ for changes made between
  95. releases.
  96. __ http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
  97. Indices and tables
  98. ==================
  99. * :ref:`genindex`
  100. * :ref:`modindex`
  101. * :ref:`search`