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 realize that the URL Fetch documentation is probably telling me exactly what I'm looking for, but I'm fairly new to programming, so a lot of it is over my head. In particular, I'm not sure which URL I would post to in order to reach my app. 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.
