This is based of the GeoNode template project.
make install-dev
make start-dev
Open geonode frontend at http://127.0.0.1. Use admin
as username and password from .env
file (see ADMIN_PASSWORD
).
Change the theme as described in GeoNode documentation.
Changes must be made in folder src/datahub/static
and src/datahub/templates
.
If the changes are not visible, try to rebuild the static files folder by running make collectstatic
(make sure you
started the dev environment first).