Hi all,

I know this topic has already been treated several times, but I must ask 
again help to understand how to structure my application:

My application involves:
1) frontend
2) backend
3) JSON Web API

Also in the future I will also implement:

1) mobile web (for all other mobile phones)
2) Android / iPhone application
3) facebook application

Now I have considered a similar structure:

app.yaml
application.py
cron.yaml
/ app
    / config
    / controllers
    / db
    / lib
    / models
    / static
         / images
         / scripts
         / css
    views /

but with this structure I can not implement other modules.

What do you propose to me about?

Thanks in advance.

-- 
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/-/JjUXsB-s1gQJ.
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