from django.apps import AppConfig class RxmappConfig(AppConfig): name = "rxmapp" def ready(self): import rxmapp.signals