gitextract_3nq1pc4u/ ├── .gitattributes ├── .gitignore ├── .travis.yml ├── CODE_OF_CONDUCT.rst ├── CONTRIBUTING.rst ├── LICENSE ├── README.rst ├── conf.py ├── docs/ │ ├── Makefile │ ├── make.bat │ └── source/ │ ├── _ext/ │ │ └── djangodocs.py │ ├── conf.py │ ├── content/ │ │ ├── books.rst │ │ ├── howtocode.rst │ │ ├── projects.rst │ │ ├── tutorials.rst │ │ └── warmup.rst │ ├── credentials/ │ │ ├── CODE_OF_CONDUCT.rst │ │ ├── CONTRIBUTING.rst │ │ └── LICENSE.rst │ ├── index.rst │ ├── intro/ │ │ └── intro.rst │ └── saved/ │ ├── conf (another copy).py │ ├── conf (copy).py │ ├── conf-2.py │ └── conf.py └── requirements.txt