Have you tried exposing the action
def data(): return dict(form=crud())
It is not quite a full appadmin because we have a crud.select but not
yet a crud.search. I could use some help in porting the T2 search on
crud. Should be very easy to do.
Massimo
On Jul 14, 8:18 pm, Richard <[email protected]> wrote:
> hello,
>
> Is it possible to make an appadmin like interface with just CRUD?
> What I mean is being able to view all the records of a table, then
> click on a record to go to another page where it can be updated or
> deleted.
>
> Currently I provide my own interface to the CRUD update and delete
> paths but this means I have some duplicate code for each table. Is
> there a better way?
>
> Richard
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---