Hello there,

I'm using webpy with google app engine, and I'm having trouble with
configuring my app to serve static files.
According to some threads in the GAE group, this configuration should
work:

handlers:
- url: /.*
  script: main.py

- url: /static/(.*)
  static_files: static/\1
  upload: static/(.*)

But this is not the case with me. For example the templates don't seem
to find the css stylesheets (My intention is to serve both, css
stylesheets and static html files from the "static" directory).
I wonder if there's something "webpy related" that's interfering with
this configuration?

Any help would be highly appreciated.
Thanks!
Luis
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to