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:*

   1. Is there a way I can use Web2py admin interface when my appliation is 
   running on GAE ?
   2. 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?
   3. If not, how this kind of user management is done when using Web2py on 
   GAE?



http://stackoverflow.com/questions/10201300/how-can-i-create-new-auth-user-and-auth-group-on-web2py-running-on-google-app-en

Reply via email to