On Wednesday 26 August 2009 14:41:10 adam wrote: > Hello, > > i have a folder within my tg2 application called sent_emails. Inside > here are a lots of html files that need to be view via direct access, > without tg2 controllers. Is this possible?
Take a look at your middleware.py, there is a static-app set up. You should be able to configure it to serve a specific directory - I don't know about the exact options though, but maybe this get's you going. Diez --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

