old_console/incident_export/apps.py
2024-11-02 14:12:45 +03:00

8 lines
165 B
Python

from django.apps import AppConfig
class IncidentExportConfig(AppConfig):
name = 'incident_export'
def ready(self):
import incident_export.signals