Plugin Nextbox-ui-plugin not use #5362

Closed
opened 2025-12-29 19:27:09 +01:00 by adam · 1 comment
Owner

Originally created by @hocker96 on GitHub (Sep 13, 2021).

NetBox version

v3.0.2

Python version

3.8

Steps to Reproduce

Install nextbox-ui-plugin

source /opt/netbox/venv/bin/activate
pip3 install nextbox-ui-plugin
echo nextbox-ui-plugin >> local_requirements.txt
edit configuration.py
PLUGINS = [
'nextbox_ui_plugin',
]
(venv) $ python3 manage.py migrate

Expected Behavior

<class 'django.template.exceptions.TemplateDoesNotExist'>

base.html

Python version: 3.8.10
NetBox version: 3.0.2

Observed Behavior

<class 'django.template.exceptions.TemplateDoesNotExist'>

base.html

Python version: 3.8.10
NetBox version: 3.0.2

Originally created by @hocker96 on GitHub (Sep 13, 2021). ### NetBox version v3.0.2 ### Python version 3.8 ### Steps to Reproduce Install nextbox-ui-plugin source /opt/netbox/venv/bin/activate pip3 install nextbox-ui-plugin echo nextbox-ui-plugin >> local_requirements.txt edit configuration.py PLUGINS = [ 'nextbox_ui_plugin', ] (venv) $ python3 manage.py migrate ### Expected Behavior <class 'django.template.exceptions.TemplateDoesNotExist'> base.html Python version: 3.8.10 NetBox version: 3.0.2 ### Observed Behavior <class 'django.template.exceptions.TemplateDoesNotExist'> base.html Python version: 3.8.10 NetBox version: 3.0.2
adam closed this issue 2025-12-29 19:27:09 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 13, 2021):

This is not a NetBox issue. You'll need to raise this with the plugin's maintainers.

@jeremystretch commented on GitHub (Sep 13, 2021): This is not a NetBox issue. You'll need to raise this with the plugin's maintainers.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5362