Use signals to update internal ics

This commit is contained in:
2025-01-03 13:56:40 +01:00
parent a60e1f1fdc
commit 65df55a635
5 changed files with 53 additions and 26 deletions

9
com/apps.py Normal file
View File

@ -0,0 +1,9 @@
from django.apps import AppConfig
class ComConfig(AppConfig):
name = "com"
verbose_name = "News and communication"
def ready(self):
import com.signals # noqa F401