From e9d836c4fb1c72978d3ab7ee781c5c4f02730915 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') 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