On Tuesday 08 July 2008 07:40:56 [EMAIL PROTECTED] wrote: > Yes. TurboGears controllers.py and the controllers.py made by the > quickstart.
Why are you willing to modify turbogears.controllers? You can monkeypatch it... And, just to add to your confusion, you don't need a controllers.py inside your project. You need a controllers module and it can be one directory with a __init__.py in it. In fact, the tg-big template already creates it as a directory. -- Jorge Godoy <[EMAIL PROTECTED]>
signature.asc
Description: This is a digitally signed message part.

