Closed ohrstrom closed 5 years ago
During autodiscovery, get installed apps from application registry (instead of settings.INSTALLED_APPS). This allows use of custom AppConfig.
settings.INSTALLED_APPS
fixes EliotBerriot/django-navutils#10
Also updated tox tox settings to include Django 2.2, and removed py35 for Django master branch.
During autodiscovery, get installed apps from application registry (instead of
settings.INSTALLED_APPS
). This allows use of custom AppConfig.fixes EliotBerriot/django-navutils#10
Also updated tox tox settings to include Django 2.2, and removed py35 for Django master branch.