Re: [Twisted-Python] twisted.web with dynamic + static content

2018-10-30 Thread Donal McMullan
Try replacing: isLeaf = True with isLeaf = False On Tue, 30 Oct 2018 at 21:32, Jeff Grimmett wrote: > I'm sure I'm overlooking something obvious here but I just can't get my > head around it. > > Here's the setup: twisted.web server that generates dynamic content. Child > that serves up static

[Twisted-Python] twisted.web with dynamic + static content

2018-10-30 Thread Jeff Grimmett
I'm sure I'm overlooking something obvious here but I just can't get my head around it. Here's the setup: twisted.web server that generates dynamic content. Child that serves up static content, e.g. css and favoicon. However, the static content isn't making it. Instead, any hit to localhost/stati