netdevopsbr / netbox-proxbox

Netbox Plugin for integration between Proxmox and Netbox
Apache License 2.0
341 stars 50 forks source link

Problem open template #64

Closed NikolaTes2 closed 1 year ago

NikolaTes2 commented 2 years ago

The complete exception is provided below:

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

footer.html

Python version: 3.9.6 NetBox version: 3.2.2

version netbox-proxbox 0.04

JouanDeag commented 1 year ago

Look at step 1.3.2. in the README

vrelk commented 1 year ago

Unfortunately, I too am having this issue, even after making the changes, running the migration again, and restarting the service.

Python version: 3.10.4 NetBox version: 3.2.5 netbox-proxbox 0.0.4

Thiritin commented 1 year ago

I appear to have the same issue. I have made the changes in settings.py and restarted the server + service but had no success. still the error.

my settings.py image

The Error. It's a fresh install of netbox

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

footer.html

Python version: 3.8.10
NetBox version: 3.3.5
luna-xenia commented 1 year ago

I'm getting the same error, I have made the changes as described by the README and I still get the server error.

Thiritin commented 1 year ago

I was able to install and run successfully by installing the developer version and removing all occurrences of footer.html manually. I am unsure why this is causing so much trouble.

syswipe commented 1 year ago

the same problem. any suggestions?