Personally I wouldn't include third_party packages in the repository, but 
write a README file pointing the releases of what projects i need. It 
depends.

My structure:

static/images/...
static/css/...
static/js/...
static/favicon.ico
static/robots.txt
templates/...
conf/...   <---- This is a Django directory
handlers/...
nebula/... <--- My own framework in top of webapp with cold starts, etc.. 
(my code too)
RCS/... <--- Any other thing that it isn't needed in production (not 
uploaded) but I want in repository. Example: To-Do file, Geany project 
file,...

Hope it helps you,

Ernesto

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

Reply via email to