Uzoma8Chi

Results 6 comments of Uzoma8Chi

Has anyone got usable template for 12mm (0.47'') continuous labels. I use scaling in print settings for now ![image](https://github.com/netbox-community/netbox-qrcode/assets/91721622/b6d74320-9048-4ca0-9c25-607961fdd397) ![image](https://github.com/netbox-community/netbox-qrcode/assets/91721622/f01cdd6d-2aa9-4ff8-a428-d0f5bd231b79) Has anyone tried Brother's SDK? https://developerprogram.brother-usa.com/labelling-and-mobile-developer-program

Why do you not make a new release for 4.x? I already see commit. https://github.com/netdevopsbr/netbox-proxbox/commit/de2bb66c78be3cf8d20c93afd2f0e3c5ed6b3d9c\ Since I use docker I do not know how to use non released changes.

django.core.exceptions.ImproperlyConfigured: Requested setting FIELD_CHOICES, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings. ``` (venv) root@1c82s1na6115:/opt/netbox/netbox/netbox# /opt/netbox/venv/bin/uvicorn netbox-proxbox.netbox_proxbox.main:app --host 0.0.0.0...

I tried but I got an error "Connection reset by peer." I also see no logs ("docker logs proxbox-api"). I think SSL cert is missing. Proxbox-api can also be accessible...

I think something is still missing. ``` docker exec -it --user root proxbox-api /bin/bash root@5246f15ba7c6:/app# ls database.db root@5246f15ba7c6:/app# uv run fastapi run --host 0.0.0.0 --port 8800 bash: uv: command not...

Thank you. I did manage to run container using the image you provided. I am able to access API docs. I get some errors in browser but that is probably...