Django checks you should run on application deploy
- Fully typed with annotations and checked with mypy, PEP561 compatible
- Add yours!
pip install django-pre-deploy-checks
Showcase how your project can be used:
from django_pre_deploy_checks.example import some_function
print(some_function(3, 4))
# => 7
This project was generated with wemake-python-package
. Current template version is: 0a5189513a1bbee62c791e990ea7258116adf096. See what is updated since then.