I suppose it's a matter of personal preference and the size of the project. For my own I adopted a Rails-like directory structure:
/ - app.yaml, index.yaml, main.py. I also have here batch files that update the project to GAE and run unit tests. /handlers - request handlers /models - model classes /helpers - all other code /tests - unit tests, it has sub-directories for handlers, models and helpers /templates /images /javascript /stylesheets --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
