changeset 307 | c6bca38c1cbf |
306:5ff1fc726848 | 307:c6bca38c1cbf |
---|---|
1 Using Django |
|
2 ============ |
|
3 |
|
4 Introductions to all the key parts of Django you'll need to know: |
|
5 |
|
6 .. toctree:: |
|
7 :maxdepth: 1 |
|
8 |
|
9 install |
|
10 db/index |
|
11 http/index |
|
12 forms/index |
|
13 forms/modelforms |
|
14 templates |
|
15 generic-views |
|
16 files |
|
17 testing |
|
18 auth |
|
19 cache |
|
20 conditional-view-processing |
|
21 email |
|
22 i18n/index |
|
23 pagination |
|
24 serialization |
|
25 settings |
|
26 signals |
|
27 |