[GeoNode-users] Change Layer ownership.

Toni Schönbuchner toni.schoenbuchner at csgis.de
Thu Oct 19 12:14:40 PDT 2017


Hey Federico,

> Am 19.10.2017 um 21:00 schrieb geonode-users-request at lists.osgeo.org:
> 
> So I should manage the base_resourcebase table, where is it located? 

It s a table in your postgres Database. 
You can Update it with something like:
UPDATE base_resourcebase SET owner_id = replace(owner_id 'old_id', 'new_id')
Haven t checked if owner_id is the correct name. Have a look at the table or the resource_base Model to double check it. 
Cheers toni
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20171019/198b4839/attachment.html>


More information about the geonode-users mailing list