Make user-model swappable

I may just need this later, and doing it this late was already painful enough.
This commit is contained in:
Klaas van Schelven
2024-05-29 10:22:57 +02:00
parent 9b6409f0cd
commit cef1127e48
10 changed files with 80 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ include = [
"static*",
"templates*",
"theme*",
"users*",
]
# exclude = ["my_package.tests*"] # exclude packages matching these glob patterns (empty by default)