openwisp / openwisp-notifications

Notifications module of OpenWISP
http://openwisp.org
GNU General Public License v3.0
39 stars 41 forks source link

[fix] Fixed TemplateDoesNotExist admin error #257

Closed Aryamanz29 closed 1 year ago

Aryamanz29 commented 1 year ago

We have recently added admin autocomplete filters to various OpenWISP modules, including openwisp-users. Therefore, we need to add 'admin_auto_filters' to INSTALLED_APPS so that Django can locate the correct filter template location.

Before

Screenshot from 2023-03-27 15-17-54

After

Screenshot from 2023-03-27 15-17-58

Aryamanz29 commented 1 year ago

Thank you very much for this PR @Aryamanz29!

I think we should also update the INSTALLED_APPS example of the README.

thanks @pandafy, added in openwisp/openwisp-notifications@a999976 (#257)