Closed jameyhicks closed 8 years ago
If INSTALLED_APPS contains the name of a class rather than the name of a module, importlib.import_module raises SystemError. This commit adds code to ignore SystemError.
If this looks OK, I will create test case.
Thanks!
If INSTALLED_APPS contains the name of a class rather than the name of a module, importlib.import_module raises SystemError. This commit adds code to ignore SystemError.
If this looks OK, I will create test case.