Geonode-RNDT is a Django App to let GeoNode be able to expose the metadata compliant to the RNDT standard
Detailed information on the definition of RNDT are available at this link
- Install the application as requirement
pip install -e git+https://github.com/geosolutions-it/geonode-rndt@master#egg=rndt
-
Add "rndt" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [ ... 'rndt', ]
-
Run
python manage.py migrate
to create the RNDT models.