Django Stubs Example.
Source code for my article Typechecking Django and DRF
.
Please, make sure to read the article before diving into the source code.
This project was generated with wemake-django-template
. Current template version is: c5b6ea61352b1eb6ca1a4537ca571b2a5e595121. See what is updated since then.
You will need:
-
python3.7
(seepyproject.toml
for full version) -
postgresql
with version9.6
-
docker
with version at least18.02
When developing locally, we use:
-
editorconfig
plugin (required) -
poetry
(required) -
pycharm 2017+
orvscode
Full documentation is available here: docs/
.