From 8f61fe2027ade0a9a4f13f923368b720677a8f7f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Mar 2019 14:26:10 +0100 Subject: Install script: fix uwsgi and extra settings conf --- install/uwsgi.ini.template | 1 + 1 file changed, 1 insertion(+) (limited to 'install/uwsgi.ini.template') diff --git a/install/uwsgi.ini.template b/install/uwsgi.ini.template index 51a4c5b7f..915087258 100644 --- a/install/uwsgi.ini.template +++ b/install/uwsgi.ini.template @@ -10,6 +10,7 @@ master = true protocol = uwsgi env = DJANGO_SETTINGS_MODULE=%(projectname).settings pythonpath = %(base) +pythonpath = %(base)/%(projectname) module = %(projectname).wsgi socket = 127.0.0.1:#UWSGI_PORT# logto = /var/log/django/uwsgi-%(projectname).log -- cgit v1.2.3