[GeoNode-users] How Add Custom Metadata Fields
Simone Dalmasso
simone.dalmasso at gmail.com
Wed Dec 16 03:15:09 PST 2015
Hi,
to add fields you have to add them to the ResourceBase model:
https://github.com/GeoNode/geonode/blob/master/geonode/base/models.py#L205,
then make sure the form supports them
https://github.com/GeoNode/geonode/blob/master/geonode/base/forms.py#L59,
and the pycsw catalogue as well (@tomkralidis correct me):
https://github.com/GeoNode/geonode/blob/master/geonode/catalogue/backends/pycsw_local_mappings.py
2015-12-15 21:00 GMT+01:00 Joan <joan.machado at gmail.com>:
> Hi, we are preparing the GeoNode for a project, where we need add several
> custom metadata fields.
>
> Help me please.
>
> Regards.
>
> Joan.
>
> --
> [image: recicla2] *NO imprima este email, a menos que sea muy necesario.
> Salvemos árboles*
>
> _______________________________________________
> geonode-users mailing list
> geonode-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/geonode-users
>
>
--
Simone
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20151216/3598fe23/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 2921 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20151216/3598fe23/attachment.png>
More information about the geonode-users
mailing list