I've created an app on my local computer with Web2py and it is running via WSGI with SQLite. I can successfully deploy my app to Google App Engine, using my own domain and doing all url rewrites I need.
Now I need a way to create specific administrative users that will be responsible for update some tables.
Specific questions:
- Is there a way I can use Web2py admin interface when my appliation is running on GAE ?
- Even if I do not want create news applications nor edit files, is it possible to use Web2py admin interface just to manage the database of an application running on Google App engine?
- If not, how this kind of user management is done when using Web2py on GAE?