bgneal@919: from django.apps import AppConfig bgneal@919: bgneal@919: bgneal@919: class BioConfig(AppConfig): bgneal@919: name = 'bio' bgneal@919: verbose_name = 'Biography' bgneal@919: bgneal@919: def ready(self): bgneal@919: import bio.receivers