from django.apps import AppConfig class AppBeConfig(AppConfig): name = 'app_be' def ready(self): print("READY WOHOO")