Here is the documentation on the Django permissions system:
https://docs.djangoproject.com/en/dev/topics/auth/#id5

You should be able to use it to add a new permission type "upload" for the
"Layer" table.  You will have to add checks in the appropriate places (I
think just the upload form) in order for this new permission to be enforced.

--
David Winslow
OpenGeo - http://opengeo.org/

On Wed, Nov 16, 2011 at 7:50 AM, Kerrisha Nelson
<[email protected]>wrote:

> Hi, this was the same email I sent yesterday and I got another email
> telling me that I had to resend my previous request. Here it is:
>
> I am currently working with GeoNode and a specific user need has risen. I
> need to be able to assign users the authority to upload data to GeoNode.
> Hence, I need to know how to add two new user permissions; allow upload
> data and restrict upload data.
>
>
> Thank you,
>
> Kerrisha

Reply via email to