commit message

This commit is contained in:
Guy King
2020-07-29 08:15:11 +01:00
commit af3ab5adea
23 changed files with 441 additions and 0 deletions

8
setup.cfg Normal file
View File

@@ -0,0 +1,8 @@
[flake8]
max-line-length = 99
exclude = **/migrations/*,oc-lettings-site,oc_lettings_site/views.py
[tool:pytest]
DJANGO_SETTINGS_MODULE = oc_lettings_site.settings
python_files = tests.py
addopts = -v