How to organize files in a gae python project, in eclipse?
        Posted  
        
            by 
                Totty
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Totty
        
        
        
        Published on 2011-01-13T00:48:30Z
        Indexed on 
            2011/01/13
            0:53 UTC
        
        
        Read the original article
        Hit count: 230
        
google-app-engine
|pydev
Hy!
I have my project with pydev and looks like this:
ProjectName -src -gaesessions -geo -static_files -app
is this ok? I really don't like to have the gaesessions and geo in my root, but their namespace are by root. I would like to have a structure like this:
ProjectName -src -python -thirdParty -gaesessions -geo -app -static_files
is this possible? or even better would be to make them as a library. this would be the best thing, but how to do this in eclipse and then when deploy my app, to deploy with those files too? thanks
© Stack Overflow or respective owner