On 6/24/10 09:28 , Chris Withers wrote: > 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
I can't remember seeing any use of @@ in BFG docs. Where did you see that? > If I change is to: > > /static/some.css > > ...it works. > > What am I doing wrong? Thinking too much of Zope and using @@ would be my guess. Wichert. _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev