The following code works using the development server but not when running 
on my Apache server.

render = web.template.render('templates/')
return render.index(self)

What I don't want to do is use an absolute path, because I'd like to be 
able to move my project files around without having to tinker with the code 
to keep it working.


-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/webpy/-/5W3YQqT75xoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to