mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Use signals to update internal ics
This commit is contained in:
9
com/apps.py
Normal file
9
com/apps.py
Normal 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
|
Reference in New Issue
Block a user