feat: Send e-mail notifications to user

This commit is contained in:
2024-11-20 20:26:44 +01:00
parent 890309564f
commit 231c27819d
4 changed files with 37 additions and 6 deletions

View File

@@ -15,3 +15,4 @@ class FellchensammlungConfig(AppConfig):
except Permission.DoesNotExist:
pass
post_migrate.connect(ensure_languages, sender=self)
import fellchensammlung.receivers