On Feb 26, 2011, at 3:29 AM, walter wrote:
> 
> When my URL is localhost:8080/news or localhost:8080/credits etc.  all
> OK, but when URL is localhost:8080/news/97 for example I've got
> expected page without any pics and css.

You might try making your css references absolute paths. Instead of

       <link rel="stylesheet" href="lyc/static/css/reset.css" />

use

       <link rel="stylesheet" href="/lyc/static/css/reset.css" />

Also, it looks like you've got your ?P and \g reversed in routes_out.

Reply via email to