Refactored model files

This commit is contained in:
2025-11-14 12:01:14 +01:00
parent ea33bef9cd
commit be25a07272
17 changed files with 601 additions and 318 deletions

View File

@@ -5,4 +5,5 @@ class FlightslotConfig(AppConfig):
name = 'flightslot'
def ready(self):
# Import only when application is ready otherwise signals will not be called
from . import signals