r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
365 stars 84 forks source link

pass on SystemError in sync_cassandra.Command._import_module #78

Closed jameyhicks closed 8 years ago

jameyhicks commented 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.

r4fek commented 8 years ago

Thanks!