Hi All, I've registered a static view with:
config.add_static_view('static','mypackage:templates/static') Which, if I read the docs, means I should be able to build urls such as: /@@static/some.css However, the above 404s. If I change is to: /static/some.css ...it works. What am I doing wrong? cheers, Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev