Hello, On Thu, Feb 4, 2010 at 10:17 AM, ProfessionalIT <[email protected]> wrote:
> Hi Friends, > > I have a static folder in my app but my css, js and images not show > in my page in the GAE. > > Ps: > 1 - Running with web.py 0.33. > 2 - <link href="/static/css/base.css" rel="stylesheet" type="text/ > css"/> > 3 - I compile my templates before update my app in GAE. > > is necessary to do a customization in app.yaml ? Sorry, I didn't have the chance to try GAE, but here's a quick workaround for that problem: http://github.com/crazy2k/pfweb/blob/b932cb0427871fced806543898d67cb54aa0838c/pages.py#L8 Hope it helps, -- Pablo A. http://www.pablo-a.com.ar/ -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
