Re: Restrict access to the whole application

2011-01-26 Thread tobik
save signal > ensures > the permission is created. > > The permission is then checked when a user goes to use an application using > standard django permission checking.  You could use this same scheme to > limit access to installed django application I could imagine. > &

Re: Restrict access to the whole application

2011-01-26 Thread tobik
the > code I wrote to do, I think, exactly what you want.  It is part of a > django > based connection broker <https://github.com/bmbouter/vdi> that manages cloud > virtual machines to provide applications to users. > > Best, > Brian > > > > On Wed, Jan 26, 2011 at 2:1

Restrict access to the whole application

2011-01-26 Thread tobik
My first question is whether it is possible to restrict access to the whole application from one place. I could write @login_required over every function but is there a better way? My second question is whether it is possible to use user groups for restricting applications. I want for example that