Add notification settings and forms for email notifications

This commit is contained in:
Maximilian 2025-06-10 09:08:08 +02:00
parent 93f5f05a33
commit bb8949af76
19 changed files with 435 additions and 23 deletions

View file

@ -0,0 +1,14 @@
# Generated by Django 5.2.2 on 2025-06-09 18:33
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('bird', '0007_alter_fallenbird_status'),
('bird', '0008_set_default_notification_settings'),
]
operations = [
]