Initial claims system setup

This commit is contained in:
Victor Andersson
2025-11-08 16:54:46 +01:00
commit 9619dbedcb
31 changed files with 1440 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
.venv/
__pycache__/
*.py[cod]
*.sqlite3
db.sqlite3
/claims_system/__pycache__/
/claims_system/*.pyc
/claims_system/migrations/__pycache__/
/claims_system/migrations/*.pyc
.DS_Store
.python-version
media/