Skip to content

Commit 08298b0

Browse files
author
afabiani
committed
- Typo: UWSGI.ini updating plugins = python to plugins = python3
1 parent 66b0b54 commit 08298b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced/contrib/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ and the ``/opt/geonode/my-geonode/.env`` is something similar to the following o
260260
uid = <my_user>
261261
gid = www-data
262262
263-
plugins = python
263+
plugins = python3
264264
virtualenv = /home/<my_user>/.virtualenvs/geonode
265265
266266
# set environment variables from .env file

install/core/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ Serving {“geonode”, “geoserver”} via NGINX
552552
uid = geonode
553553
gid = www-data
554554
555-
plugins = python
555+
plugins = python3
556556
virtualenv = /home/geonode/.virtualenvs/geonode
557557
env = DEBUG=False
558558
env = DJANGO_SETTINGS_MODULE=geonode.settings

0 commit comments

Comments
 (0)