While searching for a Python PDF package I found PollyReports and was
pleasantly surprised by it, and it is also nicely documented.
PollyReports is a small, light module providing a simple way to generate
reports from databases using Python.
Reference: https://pythonhosted.org/PollyReports/doc
Hello,
i use sqlformgrid and like this :
controller:
def art_manage():
records= SQLFORM.grid(query=db.t_art,maxtextlength =
40,deletable=False,create=True, fields=[db.t_art.f_name, db.t_art.f_team,
db.t_art.f_tit])
return dict(records=records)
view:
{{=records}}
the records displayed
http://web2py.com/book
uses a script named web2py_bootstrap.js
// this code improves bootstrap menus and adds dropdown support
jQuery(function(){
jQuery('.nav>li>a').each(function(){
if(jQuery(this).parent().find('ul').length)
jQuery(this).attr({'class':'dropdown-toggle','data-toggl
3 matches
Mail list logo