Django went that way than they figure out it was a bad idea and now
they have one admin (loosely the equivalent of our appadmin) per
project.

There is nothing wrong with customizing appadmin.

Actually I always hoped people would write better and fancier ones.

I still do not know what is causing your problem . can you do

    if request.vars.query:
         print request.vars
         match=regex.match(request.vars.query)

and send me the output of the print that causes the problem? which os?
which server?

Massimo

On Dec 9, 5:08 pm, Fran <[EMAIL PROTECTED]> wrote:
> On Dec 9, 5:27 pm, mdipierro <[EMAIL PROTECTED]> wrote:
>
> > Your first problem. I am going to need your help in debugging this.
> > Lines 134-135 are
> >    if request.vars.query:
> >         match=regex.match(request.vars.query)
> > I do not see how you can get the error below unless you have
> > request.vars.query=something in you model.
>
> The only uncommented 'request' is in the std T2...at the top of my
> model not the bottom, since I use the t2_person tables myself.
>
> > In the second case. appadmin extends 'layout.html'. That is probably
> > making the difference.
>
> Well, this is why I set it to extend a copy of the default
> layout.html, renamed as 'layout_default.html'
> I still think that appadmin.py/.html shouldn't be included within the
> app but rather as part of the core.
> This way upgrades are easier & there's no worry about custom designs
> messing with it.
--~--~---------~--~----~------------~-------~--~----~
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