-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Would it be possible to add autodiscovery for components?
Here is an example code for the apps.py
file
from django.apps import AppConfig
from django.utils.module_loading import autodiscover_modules
class DjangoWebComponentsAppConfig(AppConfig):
name = "django_web_components"
verbose_name = "Django Web Components"
def ready(self):
autodiscover_modules("components")
Metadata
Metadata
Assignees
Labels
No labels