diff options
author | 2023-03-29 00:58:27 +0200 | |
---|---|---|
committer | 2023-03-29 20:15:50 +0200 | |
commit | 621280892b96875beb5053cbd07a837f1833310a (patch) | |
tree | f2371b7174082baac0b8d07abe1b295abc2fca51 /.coveragerc | |
parent | Merge pull request #920 from python-discord/dependabot/pip/django-filter-23.1 (diff) |
Add a readme for the home app
This commit also moves the nested structures for models and views in the
home app into a single module, as they were not split up as part of the
subpackage, with the goal of making this a bit more overseeable.
Part of #674.
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc index 039654db..38926b22 100644 --- a/.coveragerc +++ b/.coveragerc @@ -14,7 +14,7 @@ omit = pydis_site/wsgi.py pydis_site/settings.py pydis_site/utils/resources.py - pydis_site/apps/home/views/home.py + pydis_site/apps/home/views.py [report] fail_under = 100 |