backend/passfinder/events/apps.py

9 lines
169 B
Python
Raw Normal View History

2023-05-18 22:43:35 +03:00
from django.apps import AppConfig
class EventsConfig(AppConfig):
name = "passfinder.events"
2023-05-24 13:32:17 +03:00
def ready(self):
import passfinder.events.signals # noqa