To me, it doesn't matter. I only treat admin as a temporary tool
during app development. Once my app is finished, it has its own crud
actions and does not need admin anymore. So I am more than happy to
see admin can not work for a compiled app. Compiling my app makes it
"readonly" therefore I don't need to worry there will be any
"improvement" I did on production server but forget to sync back to
develop server.

Just my 2 cents.

On May4, 6:15pm, Joe  Barnhart <[email protected]> wrote:
> I have been uploading my site in "compiled" form to take advantage of
> every effeciency, but I just noticed a significant drawback that I did
> not expect.
>
> The admin interface no longer permits access to the database
> administration page if the site is compiled.
>
> I don't completely understand why I can no longer examine the table
> contents, perform manual 'selects' to search fields, do import/export,
> etc. just because the application is compiled.  This is a significant
> factor in deciding whether to use "compiled" sites or not.
>
> I am not looking to modify db.py, just use the clever built-in
> database admin page.  Has anyone  revamped the admin page to allow
> this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to