agateblue / django-navutils

A lightweight package for handling menus and breadcrumbs in your django project
BSD 3-Clause "New" or "Revised" License
40 stars 12 forks source link

Application registry / custom AppConfig #15

Closed ohrstrom closed 5 years ago

ohrstrom commented 5 years ago

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.