Hi All,

I had this chunk in a repoze.bfg app:

    # static views
    config.add_static_view('static','jobs:static')
    config.add_static_view('favicon.ico',
                           'jobs:static/favicon.ico')

...which worked fine, however, in Pyramid 1.0, while /static/favicon.ico is served fine, /favicon.ico is not.

Why is that?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to