geonode-project icon indicating copy to clipboard operation
geonode-project copied to clipboard

A django template project for creating custom GeoNode projects.

Results 89 geonode-project issues
Sort by recently updated
recently updated
newest added

The db image defined inside [master-arm64](https://github.com/GeoNode/geonode-project/tree/master-arm64) branch doesn't build. In particular PostGIS fails to build. First of all I would upgrade the pg image to 13 (as we have on...

docker

I've a running instance of a project generated from geonode-project-3.2.x and I change the port mapping of NGINX to be `5000:80` instead of `80:80` alongside`SITEURL=http://localhost:5000/` and all the routes work...

This setting sets both the email address for the admin user and the address for the letsencrypt certificates. A specific parameter for letsencrypt could be added (default empty, falling back...

`/var/log/letsencrypt` is used to [store logs by default](https://certbot.eff.org/docs/using.html#log-rotation), as certbot does not seem to output to stderr when something files (which would be a more appropriate behaviour in a containerized...

`COPY .` is a bad practice which should be avoided, especially when `.dockerignore` is missing. It causes to rebuild the whole Docker image just because an unrelated dot file is...

With a local Docker build of Geonode-Project (branch `3.2.x`) with `Geonode=3.2.1` in "requirements.txt", layer thumbnails either render only the context basemap without layer geometry, or save no thumbnail at all...

## Expected Behavior Metadata batch update permission on documents using Django admin => Home => Documents seem to work but it is not. ## Actual Behavior When Batch edit and...

Hi. I'm working on preparation of an in-house GeoNode instance for my organization. I've started by running a basic docker installation on a single server and letting an experienced user...

I'm having some difficulties while developing with geonode-project using the master branch, in particular I'm struggling with finding documentation on how to run the project in "development mode". In django...

Hello community. I am developing with geonode-project. I need to create a form to intersect 2 tables from geonode-data, and register the result automatically as another layer, is it possible...