More specifically. You are shadowing the crud usually defined in db.py on 
your models with the name of your function which is also called crud.

http://en.wikipedia.org/wiki/Variable_shadowing

Segunda-feira, 5 de Novembro de 2012 19:04:29 UTC, Thiago Abreu escreveu:
>
> I'm trying to generate a simple CRUD but I have this error 
> maximum recursion depth exceeded
>
>
> my view
>
> def crud(): 
>
>     return dict(form=crud())
>
>
> i'm newbie in web2py
> -- 
> Um Abraço, 
> Thiago Abreu
>

-- 



Reply via email to