summaryrefslogtreecommitdiff
path: root/install/uwsgi.ini.template
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-08 14:26:10 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commit8f61fe2027ade0a9a4f13f923368b720677a8f7f (patch)
tree87bba7046a267dd105c1bdb975a66bddfde2149d /install/uwsgi.ini.template
parent37a802013448b6506e553f93a2f84712d1fcc042 (diff)
downloadIshtar-8f61fe2027ade0a9a4f13f923368b720677a8f7f.tar.bz2
Ishtar-8f61fe2027ade0a9a4f13f923368b720677a8f7f.zip
Install script: fix uwsgi and extra settings conf
Diffstat (limited to 'install/uwsgi.ini.template')
-rw-r--r--install/uwsgi.ini.template1
1 files changed, 1 insertions, 0 deletions
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