django-load
django-load copied to clipboard
Attempt to differentiate 'real' import problems from modules that are simply absent during discovery
Raise ImportErrors in get_module if it looks like the error's caused by a 'real' import problem rather than a module just being unavailable for discovery.
awesome. would love to have something like this!
one thing this pull request definitely needs is some tests showing off this awesome new feature
Maybe this would be a better approach. What do you think?