to handle this, i added some routines in the BaseController in /lib/
base.py , as all my handlers inherit from that.

each controller then :
  - has a class variable that limits access , and the BaseController
checks for it and redispatches if needed. it also populates any info
to c
  - can check stuff itself if things are more complex, referencing the
populated stuff in c
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to