Hey I'm kind of new to Pyramid and web frameworks in general. One of the
things I've learnt so far is that every Pyramid project created with a 
starter 
scaffold has a package in which there are two folders - templates and 
static.

Is it necessary to keep the structure this way? Would the whole thing work
fine if the folders were renamed/in-existent (with template and static files
out one level higher in the projects root folder instead)? I'm pretty sure 
it isn't. But that
brings me to my next question, which is about the 'static' folder, I've
seen calls from python scripts within the project which declare in some of 
way that 'static' content is served from 'static' folder. How does this 
help?
Does Pyramid have a different and faster way of serving files which it
knows are static?

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-devel/-/AnTWN_dAT8UJ.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to