We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b0b54 commit 08298b0Copy full SHA for 08298b0
advanced/contrib/index.rst
@@ -260,7 +260,7 @@ and the ``/opt/geonode/my-geonode/.env`` is something similar to the following o
260
uid = <my_user>
261
gid = www-data
262
263
- plugins = python
+ plugins = python3
264
virtualenv = /home/<my_user>/.virtualenvs/geonode
265
266
# set environment variables from .env file
install/core/index.rst
@@ -552,7 +552,7 @@ Serving {“geonode”, “geoserver”} via NGINX
552
uid = geonode
553
554
555
556
virtualenv = /home/geonode/.virtualenvs/geonode
557
env = DEBUG=False
558
env = DJANGO_SETTINGS_MODULE=geonode.settings
0 commit comments