We'd like to duplicate the Google Spreadsheet Form Wizard functionality within our App Engine application. The rational for this is that Google forms look ugly and the form wizard apparently does not provide enough hooks to make layout better.
Do you know any examples how to integrate Google Spreadsheet GData API in App Engine, so that the target spreadsheet and authentication tokens would be persistently stored? The spreadsheet is on our Google Apps domain, behind our own login and it should not be exposed to the site user in any point.
So we were thinking
1) Extract spreadsheet id and authentication token(s) from Google Spreadsheet API (how)
2) Store these in App Engine data store through App Engine console
3) Create a Django form and let our front-end developers to style it
5) Django form handler submits the results into the spreadsheet directly using GData API