From 8dd139ffe65c55514b7f4303d412e3c2e4994fb7 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 31 Jan 2020 18:02:35 +0100 Subject: Fix uwsgi templates for python3 on buster --- install/uwsgi.ini.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/uwsgi.ini.template') diff --git a/install/uwsgi.ini.template b/install/uwsgi.ini.template index 915087258..ee92e7d4c 100644 --- a/install/uwsgi.ini.template +++ b/install/uwsgi.ini.template @@ -5,7 +5,7 @@ projectdomain = #URL# base = #INSTALL_PREFIX# # config -plugins = python +plugins = python3 master = true protocol = uwsgi env = DJANGO_SETTINGS_MODULE=%(projectname).settings -- cgit v1.2.3