1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #16032: Specify the WSGI module to load in uwsgi.ini

This commit is contained in:
Markku Leiniö
2024-05-08 17:04:37 +03:00
committed by Jeremy Stretch
parent b87d1eca98
commit 5c5c0e1e43

View File

@ -16,3 +16,9 @@ need-app = true
; do not use multiple interpreters
single-interpreter = true
; change to the project directory
chdir = netbox
; specify the WSGI module to load
module = netbox.wsgi