Re: [pylons-devel] static_url usage

2014-08-15 Thread Karl O. Pinc
Hello, On 08/15/2014 05:39:51 PM, davide moro wrote: > I've registered a static view > > >>> config.add_static_view('images', > 'p_started:webapp/app/images', > cache_max_age=3601) > So depending on > the > .ini settings my app will register webapp/app/images or > webapp/dist/images > (

[pylons-devel] static_url usage

2014-08-15 Thread davide moro
Hi there, say hello to a new pyramid user :). This is my very first practical experience with Pyramid. I've registered a static view >>> config.add_static_view('images', 'p_started:webapp/app/images', cache_max_age=3601) and all works fine visiting the url http://localhost:6543/images/py