Appadmin (the database administration) works on GAE.

admin (the web based IDE) works on shared hosts (if they provide
HTTPS) but not on GAE (because GAE has a read only file system). You
can tweak the app.yaml and applications/admin/models/access.py and
make admin readonly.

On Sep 14, 6:39 am, Jon Romero <darks...@gmail.com> wrote:
> I am creating a VERY simple controller, that mimics the functionality
> of the admin app,
> so it is possible to have simple administration available in GAE and
> in shared hosting accounts.
>
> Is there something already available (that I couldn't find) or I am
> reinventing the wheel?
> If there is nothing available, is it possible to make it like a module
> (or something like Auth)?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to