How to organize files in a gae python project, in eclipse?
- by Totty
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