[web2py] app design page takes a long time to load

2013-03-15 Thread Rocco
Dear all, after I installed web2py version 2.4.2 stable the time to load the design page (pressing modify in the admin page) of a particular app is extremely increases. Usually it takes more than 60 seconds to load, but, when done, all is working well as expected. Using the app I don't have an

Re: [web2py] app design

2011-02-24 Thread Jonathan Lundell
On Feb 24, 2011, at 11:48 AM, Manu wrote: > > I would like to have some hints about building a small app where i > have two types of users ( different roles ). The first role can only > post task requests and see the accepted request . The second role can > receive tasks and accepts them. Do you

Re: [web2py] app design

2011-02-24 Thread Kenneth Lundström
Hi, not two apps, what happens if you get your third and forth group, more apps. And even with two you have to allways remeber to update the other one when updating the other. Either you can extend the auth_user table to include a field e.g. right_to_accept. When you create the form you chec

Re: [web2py] app design

2011-02-24 Thread suchait gaurav
i dnt know its feasible or not > . >

[web2py] app design

2011-02-24 Thread Manu
Hi I would like to have some hints about building a small app where i have two types of users ( different roles ). The first role can only post task requests and see the accepted request . The second role can receive tasks and accepts them. Do you recomend me to create two controllers ( one for e