Have you tried editiing the path for static content in your
enviroment.py file?
On Jun 11, 12:48 pm, "Max Ischenko"
<isch...@public.gmane.org> wrote:
Hello,
Default Pylons setup (middleware.py) configures StaticURLParser to handle
APP/public/ which contains static dir. I wanted a slightly different setup
and moved APP/public/static to static/ dir. Now I can't get it to work with
StaticURLParser: it wants a serve everything under specific dir and in my
case it means whole source tree.
How can I make sure Pylons serves static files from static/ dir under URL
path /static?
Max.