Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.48 KB

README.md

File metadata and controls

41 lines (23 loc) · 1.48 KB

django-pre-deploy-checks

Build Status Python Version wemake-python-styleguide

Django checks you should run on application deploy

Features

Installation

pip install django-pre-deploy-checks

Example

Showcase how your project can be used:

from django_pre_deploy_checks.example import some_function

print(some_function(3, 4))
# => 7

License

MIT

Credits

This project was generated with wemake-python-package. Current template version is: 0a5189513a1bbee62c791e990ea7258116adf096. See what is updated since then.