Add notification settings and forms for email notifications
This commit is contained in:
parent
93f5f05a33
commit
bb8949af76
19 changed files with 435 additions and 23 deletions
14
app/bird/migrations/0009_merge_20250609_2033.py
Normal file
14
app/bird/migrations/0009_merge_20250609_2033.py
Normal 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 = [
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue