Skip to content

Commit

Permalink
[fix] Resolved TemplateDoesNotExist error on device page
Browse files Browse the repository at this point in the history
Included `nested_admin` app in the settings INSTALLED_APPS.
  • Loading branch information
Aryamanz29 authored and pandafy committed Aug 16, 2023
1 parent 22bb1f2 commit 2a4b6f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/openwisp2/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@
)
openwisp_ipam_index = INSTALLED_APPS.index('openwisp_ipam')
INSTALLED_APPS.insert(openwisp_ipam_index, 'leaflet')
INSTALLED_APPS.insert(openwisp_ipam_index, 'nested_admin')
INSTALLED_APPS.insert(openwisp_ipam_index, 'openwisp_monitoring.check')
INSTALLED_APPS.insert(openwisp_ipam_index, 'openwisp_monitoring.device')
INSTALLED_APPS.insert(openwisp_ipam_index, 'openwisp_monitoring.monitoring')
Expand Down

0 comments on commit 2a4b6f7

Please sign in to comment.