GAE structure of python project

86 views
Skip to first unread message

Vasyl Nakvasiuk

unread,
Jul 25, 2011, 12:42:05 PM7/25/11
to google-a...@googlegroups.com
What about your structure of python project? Where do you put your third party packages?
For example, I use GAE + Flask + Werkzeug + Jinja2, and put this packages to the 'libs' folder. And this folder under git or mercurial.
From time to time I update this packages and increase .git or .hg folder size. It's not cool!
What about you (structure, third party packages, updating packages) ? 

Ernesto Oltra

unread,
Jul 27, 2011, 12:48:17 PM7/27/11
to google-a...@googlegroups.com
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

Ernesto Oltra

unread,
Jul 27, 2011, 12:49:12 PM7/27/11
to google-a...@googlegroups.com
Oops, and if I need external libraries I usually create a third_party folder containing all the files.

Robert Kluin

unread,
Jul 27, 2011, 11:44:30 PM7/27/11
to google-a...@googlegroups.com

The libs directory is probably a good idea.  In some cases I do include 3rd party libs in source control, it makes it dead simple to clone and start dev right away.

Robert

> --
> 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/-/hcJsSj8FhgsJ.
> To post to this group, send email to google-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.

zzBrett

unread,
Jul 28, 2011, 11:41:06 AM7/28/11
to google-a...@googlegroups.com
Hello,
 
You all seem to be pretty savvy when it comes to google app engine and finding solutions. 
 
I am self funding a startup business and am looking to have it built on Google App Engine.  I am looking for a back end developer who can develop the entire back end to the a site that pulls data from the Facebook API upon users accepting permissions.  I have a front end graphics person who will provide all the branding, logos and creative needed.
 
My budget for this project is $8,000.  If anyone here is interested, please contact me directly at
 
Thank you,
Brett
Reply all
Reply to author
Forward
0 new messages