ulule / django-badgify

A reusable application to create your own badge engine using Django
MIT License
83 stars 15 forks source link

Make use of autodiscover_modules instead of python import_module. #13

Open lefterisnik opened 7 years ago

lefterisnik commented 7 years ago

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)