bgneal@921: from django.apps import AppConfig
bgneal@921: 
bgneal@921: 
bgneal@921: class WeblinksConfig(AppConfig):
bgneal@921:     name = 'weblinks'
bgneal@921:     verbose_name = 'Web Links'
bgneal@921: 
bgneal@921:     def ready(self):
bgneal@921:         import weblinks.receivers