-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
🏋️ improvementEnhancements or optimizations to existing functionalityEnhancements or optimizations to existing functionality🧁 needs bakingRequires more time for consideration or development before further actionRequires more time for consideration or development before further action
Description
Instead of the custom module loading code included in this library, it might be better to utilize the utility included in Django for this. It's what the admin uses to autodiscover and import all admin modules in installed apps.
https://github.com/django/django/blob/main/django/utils/module_loading.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🏋️ improvementEnhancements or optimizations to existing functionalityEnhancements or optimizations to existing functionality🧁 needs bakingRequires more time for consideration or development before further actionRequires more time for consideration or development before further action