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
--
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
--