I'm not sure if Google App Engine is the right framework for this. I am working on a reservation management system and was originally thinking of the design in terms of PHP and MySQL and just inserting data into a database and retrieving it whenever necessary. Now I'm trying to rethink that program in terms of Python and Django and the GAE.
The problem lies in a page that lies on an outside website that generates most of the data that will be used in the database. I assume that there is no way for a remote page to access the datastore for an application, but is there a way for that remote page to post information via HTTP (or some other method) to my google app? I notice that the business account has MySQL hosting - if I were to buy into that, would I be able to access the database remotely? Thanks for your help. -- 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.
