Closed jsocol closed 9 years ago
I wonder if in 1.7 we shouldn't use django.utils.module_loading.autodiscover_modules
, and also I'm thinking it might be best do replace the load-time autodiscover with jingo.autodiscover()
in v0.8, to deal with the app registry setup thing.
Done in #62 and passing on travis
Takes #52 from @heyman and adds test updates.