Set up members app with initial structure and registered it in settings

This commit is contained in:
2026-01-03 12:46:57 +01:00
parent 8f566b2e5e
commit 63ad906557
8 changed files with 19 additions and 1 deletions

3
members/models.py Normal file
View File

@@ -0,0 +1,3 @@
from django.db import models
# Create your models here.