from django.apps import AppConfig class HadisConfig(AppConfig): default_auto_field = 'django.db.models.BigAutoField' name = 'apps.hadis' # def ready(self): # # Import the signals module when the app starts # # import apps.hadis.signals