Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WEB_IMAGE_NAME=onezoom/oztree-with-iucn
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const path = require('path');

partial_install_site = "http://www.onezoom.org";
partial_local_install_site = "http://127.0.0.1:8000"; // if you are running a local installation
preferred_python3 = "python3.7"; // in case you have multiple python3 versions installed
preferred_python3 = "python3.10"; // in case you have multiple python3 versions installed
web2py_py = path.join(path.dirname(path.dirname(process.cwd())), 'web2py.py');

/** Generate a function to execute a web2py script, handing over all arguments */
Expand Down