Skip to content

inowas/datahub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Christian Rüdiger
Nov 14, 2023
0d9adfd · Nov 14, 2023

History

4 Commits
Oct 30, 2023
Nov 14, 2023
Oct 30, 2023
Oct 30, 2023
Nov 14, 2023
Oct 30, 2023
Oct 30, 2023
Nov 14, 2023
Nov 14, 2023
Nov 14, 2023
Oct 30, 2023
Oct 30, 2023
Nov 14, 2023
Oct 30, 2023

Repository files navigation

Datahub

This is based of the GeoNode template project.

Prepare dev environment

make install-dev

Start dev environment

make start-dev

Open geonode frontend at http://127.0.0.1. Use admin as username and password from .env file (see ADMIN_PASSWORD).

Customize django frontend app

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).