Remove specific url handler for favicon
[pgweb/local.git] / dep / django-selectable / selectable / apps.py
blob579bf7814a3a0fb715871bb3294d9fc25b2774a4
1 from django.apps import AppConfig
4 class SelectableConfig(AppConfig):
5 """App configuration for django-selectable."""
7 name = 'selectable'
9 def ready(self):
10 from . import registry
11 registry.autodiscover()