Re: Using User.add_to_class

2011-05-01 Thread Andre Terra
at 12:03 AM, Venkatraman S wrote: > Resending : > > > > On Wed, Apr 27, 2011 at 4:13 PM, Venkatraman S wrote: > >> Hi, >> >> In my app, i have many functions added to the User class using >> User.add_to_class ; these are basically the functions that re

Re: Using User.add_to_class

2011-04-28 Thread Venkatraman S
Resending : On Wed, Apr 27, 2011 at 4:13 PM, Venkatraman S wrote: > Hi, > > In my app, i have many functions added to the User class using > User.add_to_class ; these are basically the functions that restrict the > objects that can be viewed by the user during his session wi

Using User.add_to_class

2011-04-27 Thread Venkatraman S
Hi, In my app, i have many functions added to the User class using User.add_to_class ; these are basically the functions that restrict the objects that can be viewed by the user during his session with the app. The functions are present in __init__.py in my project. My Q : is this a good