Django

Code

root/django/trunk/docs/index.txt

Revision 7374, 1.8 kB (checked in by jacob, 3 months ago)

[docs] OK, I give up.

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