diff -r 5ff1fc726848 -r c6bca38c1cbf parts/django/docs/topics/index.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/parts/django/docs/topics/index.txt Sat Jan 08 11:20:57 2011 +0530 @@ -0,0 +1,27 @@ +Using Django +============ + +Introductions to all the key parts of Django you'll need to know: + +.. toctree:: + :maxdepth: 1 + + install + db/index + http/index + forms/index + forms/modelforms + templates + generic-views + files + testing + auth + cache + conditional-view-processing + email + i18n/index + pagination + serialization + settings + signals +