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
> (
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