When user is not logged into GeoNode the access control list is used to present them with the list of layers they should be able to see. when executing:
python manage.py update layers --ignore-errors
if there are in fact any errors, (we had an error where it could not resolve the style of a particular layer) update layers continues however, the ACL will be partial. We removed the layer that had the error and re-ran updatelayers which corrected the partial ACL.
When user is not logged into GeoNode the access control list is used to present them with the list of layers they should be able to see. when executing:
python manage.py update layers --ignore-errors
if there are in fact any errors, (we had an error where it could not resolve the style of a particular layer) update layers continues however, the ACL will be partial. We removed the layer that had the error and re-ran updatelayers which corrected the partial ACL.