Hi Mir,

There isn't any way to map a single URL to multiple handlers in the app.yaml
file, so it is not possible to have a list of matching static directories in
which to check for the file.

The only thing you could do is write a dynamic handler that would map the
URL to a python file that contained logic to match the URL with the correct
file.

-Marzia


On Tue, Dec 30, 2008 at 2:02 AM, Mir Nazim <mirna...@gmail.com> wrote:

>
> Hi guys,
>
> I need to create an overriding effect for themes. Is it possible to
> specify a list of directories to look for stylesheets/icons etc in
> order.
> For example first look for style.css in the theme folder, if not found
> then look in other directories in the list.
>
> I hope, I was able to make things bit clear.
>
> Thanks
>
> --
> Mir Nazim
> Cell: +91 9469071855
> Blog: http://saunzal.org
> Company:http://www.ikraftsoft.com
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to