> Use an asset spec:
>
> yourpackage:path/to/template.mako
>

These templates are not in any package. These are kind of static pages 
served by the Pyramid app (more exactly the main content of these pages; 
navigation, header, etc. comes from inherited templates living in the app's 
package). They should be very easy to modify. I decided to keep them there 
because modification seemed to be the easiest that way.

I added the base directory of these template files to mako.directories, and 
modified my code to pass relative pathnames to render_to_response. So now 
it's only the Pyramid documentation that I recommend to fix.

Andras

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to