gitextract_7wf_t8i0/ ├── Python/ │ └── DjangoBook/ │ ├── Makefile │ ├── Procfile │ ├── README.rst │ ├── app.py │ ├── appendixA.rst │ ├── appendixB.rst │ ├── appendixC.rst │ ├── appendixD.rst │ ├── appendixE.rst │ ├── appendixF.rst │ ├── appendixG.rst │ ├── bin/ │ │ └── post_compile │ ├── chapter01.rst │ ├── chapter02.rst │ ├── chapter03.rst │ ├── chapter04.rst │ ├── chapter05.rst │ ├── chapter06.rst │ ├── chapter07.rst │ ├── chapter08.rst │ ├── chapter09.rst │ ├── chapter10.rst │ ├── chapter11.rst │ ├── chapter12.rst │ ├── chapter13.rst │ ├── chapter14.rst │ ├── chapter15.rst │ ├── chapter16.rst │ ├── chapter17.rst │ ├── chapter18.rst │ ├── chapter19.rst │ ├── chapter20.rst │ ├── conf.py │ ├── frontmatter.rst │ ├── graphics/ │ │ ├── chapter03.graffle │ │ └── chapter20.graffle │ ├── index.rst │ ├── introduction.rst │ ├── license.rst │ ├── requirements.txt │ └── themes/ │ └── djangobook/ │ ├── layout.html │ ├── page.html │ ├── search.html │ ├── static/ │ │ ├── djangobook.css │ │ ├── grids-min.css │ │ ├── pea.py │ │ └── reset-min.css │ └── theme.conf.txt └── README.md