try to make pylint happy
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2022-06-08 00:08:09 +02:00
parent 8610e2a557
commit 98a6fc3ce7
60 changed files with 565 additions and 560 deletions

4
tests/settings.py Normal file
View File

@@ -0,0 +1,4 @@
from pathlib import Path
BASE_DIR = Path(__file__).resolve().parent
SECRET_KEY = 'fake-key'