In Pylons I have a mako template linking to /static/resource.css. How do I automatically link to /pylons/static/resource.css when I decide to map the application to a subdirectory on my web server?
|
|
|
|
|
|
|
If you want your static file links to be relative to your app root, wrap them like this in your templates (assuming Mako and Pylons 0.9.7):
The root path of your app will be prepended. No need to define specific routes for each file. |
||
|
|
|
|
What you want are static routes:
|
||
|
|
