gitextract_sifllnh9/ ├── .nojekyll ├── 01-Django-and-Patterns/ │ └── README.md ├── 02-ApplicationDesign/ │ └── README.md ├── 03-Models/ │ └── README.md ├── 04-Views-and-URLs/ │ └── README.md ├── 05-Templates/ │ └── README.md ├── 06-AdminInterface/ │ └── README.md ├── 07-Forms/ │ └── README.md ├── 08-WorkingAsynchronously/ │ └── README.md ├── 09-CreatingAPIs/ │ └── README.md ├── 10-Dealing-with-LegacyCode/ │ └── README.md ├── 11-Testing-and-Debugging/ │ └── README.md ├── 12-Security/ │ └── README.md ├── 13-Production-Ready/ │ └── README.md ├── Appendix-A-Python2-Versus-Python3/ │ └── README.md ├── CONTRIBUTING.md ├── README.md ├── _sidebar.md ├── custom.css ├── custom.js └── index.html