django-badgify
django-badgify copied to clipboard
Make use of autodiscover_modules instead of python import_module.
This PR resolves errors caused from import_module of importlib. The above doesn't know how to import custom AppConfig (https://docs.djangoproject.com/en/1.10/ref/applications/#for-application-users)