/docs/topics/index.txt
Plain Text | 35 lines | 29 code | 6 blank | 0 comment | 0 complexity | 1dffc8c9f792435912e719520830f6ce MD5 | raw file
1Using Django 2============ 3 4Introductions 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 templates 14 class-based-views 15 generic-views-migration 16 files 17 testing 18 auth 19 cache 20 conditional-view-processing 21 email 22 i18n/index 23 logging 24 pagination 25 serialization 26 settings 27 signals 28 29Deprecated features 30------------------- 31 32.. toctree:: 33 :maxdepth: 1 34 35 generic-views