Em Quarta 19 Abril 2006 00:24, Max Ischenko escreveu: > Michele, > > > are you using kid.precompiled=True? > > I do not have this setting in my config files. Which one should I use > (True/False)?
Probably True: http://www.turbogears.org/svn/turbogears/branches/MadDash1005/turbogears/view.py (...) def lookupTemplate(classname, loadingSite=False): """Searches for a template along the Python path. Template files must end in ".kid" and be in legitimate packages. If the templates are precompiled to ".pyc" files, you can set the "kid.precompiled" global config option to have TurboGears just do a straight import of the template. When in development mode, the templates are automatically checked for changes and reloaded as necessary. """ (...) Interesting option. I'll have it turned on for production servers... -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

