diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-01-31 18:02:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-07-01 18:02:28 +0200 |
commit | e9d836c4fb1c72978d3ab7ee781c5c4f02730915 (patch) | |
tree | 751017b75a8cdf50dfb79b2d04bc4c4a4ca822d1 /install | |
parent | 1965751801357781e5d2b384d261c608fdafdde7 (diff) | |
download | Ishtar-e9d836c4fb1c72978d3ab7ee781c5c4f02730915.tar.bz2 Ishtar-e9d836c4fb1c72978d3ab7ee781c5c4f02730915.zip |
Fix uwsgi templates for python3 on buster
Diffstat (limited to 'install')
-rw-r--r-- | install/uwsgi.ini.template | 2 |
1 files changed, 1 insertions, 1 deletions
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 |