django-badgify icon indicating copy to clipboard operation
django-badgify copied to clipboard

Make use of autodiscover_modules instead of python import_module.

Open lefterisnik opened this issue 7 years ago • 0 comments

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)

lefterisnik avatar Mar 28 '17 10:03 lefterisnik