(the noob remark is totally true. i have no clue how django works.) when i go to the admin section of the site, i can click a user and under permissions i can then scroll down and see a permission with the descriptive name of
maps | layer | Can add layer Can't hurt to experiment with that. rgds, reinier > The permissions to actually prevent users from uploading layers is not > available. The layers I'[m speaking about is on the upload data form. I > wanted to block it then add a permssion "can upload data". I was not > getting through with that so I had another idea to block all users except > one user to upload data. If you can give me help, I'll appreciate it. > > > On Mon, Nov 21, 2011 at 10:57 AM, Reinier Battenberg < > [email protected]> wrote: > > > ** > > > > > > Just a noob question, but cant this be done by assigning the right > > permissions to that user? (or even create a group with this permission and > > adding this user to that group?) > > > > > > Coding security like this does not look right. > > > > > > rgds, > > > > reinier > > > > > > > > > I am editing the upload/data section of GeoNode. I want only the system > > > > > administration to upload data to GeoNode. I want to create a code in the > > > > > uploadhandler.py to allow a specfic user to upload. If any other user > > want > > > > > to upload, they will not be able to. Therefore, I need a python syntax > > that > > > > > will refer to a specific username. > > > > > > > > > > On Sun, Nov 20, 2011 at 6:24 PM, Jeffrey Johnson <[email protected] > > >wrote: > > > > > > > > > > > Kerrisha, > > > > > > > > > > > > Are you making your own new model class? Not exactly sure what you are > > > > > > trying to do, but if you can provide more detail, we are happy to help > > > > > > you figure it out. > > > > > > > > > > > > Jeff > > > > > > > > > > > > On Mon, Nov 21, 2011 at 9:20 AM, Kerrisha Nelson > > > > > > <[email protected]> wrote: > > > > > > > How do I make a reference to a specific user in geonode specifically > > in > > > > > > the > > > > > > > django administration portion? > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > -- > > > > rgds, > > > > > > Reinier Battenberg > > > > Director > > > > Mountbatten Ltd. > > > > +256 758 801 749 > > > > www.mountbatten.net > > > > http://twitter.com/batje > > > > http://twitter.com/mapuganda > > > > > > > > > > > -- rgds, Reinier Battenberg Director Mountbatten Ltd. +256 758 801 749 www.mountbatten.net http://twitter.com/batje http://twitter.com/mapuganda
