Add pre-commit

This commit is contained in:
2023-12-23 22:54:14 +01:00
parent 4e241e44ab
commit 51358f2127
9 changed files with 272 additions and 12 deletions

View File

@ -76,7 +76,7 @@ DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": BASE_DIR / "db.sqlite3",
}
},
}