Re: Dynamic files
David Binger <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On Aug 13, 2005, at 1:27 AM, Ernesto Adorio wrote: > How do you serve a 'dynamic' file where the filename > is not known at application start? I have tried One way would be to use a custom _q_traverse(), as I think you suggested. Another way, perhaps easier, is to use the StaticDirectory class that is in quixote.util.