Extend members app: add fields to Member model, update migrations, and configure admin display

This commit is contained in:
2026-01-04 22:42:54 +01:00
parent a38a813865
commit 769f18dac8
8 changed files with 169 additions and 3 deletions

2
Procfile.tailwind Normal file
View File

@@ -0,0 +1,2 @@
django: python manage.py runserver
tailwind: python manage.py tailwind start