Mercurial > roundup-cc
view display_issues_demo.py @ 11:f198a92dd37f
Do not render vertical grid lines
author | Gernot Schulz <gernot@intevation.de> |
---|---|
date | Thu, 03 Dec 2015 12:09:23 +0100 |
parents | 99e2e0e17103 |
children | 149d01f43e31 |
line wrap: on
line source
#!/usr/bin/env python3 """ Fetch issues from a roundup-tracker and save them in a databse. author: Sascha L. Teichmann <sascha.teichmann@intevation.de> author: Bernhard Reiter <bernhard@intevation.de> author: Sean Engelhardt <sean.engelhardt@intevation.de> (c) 2010,2015 by Intevation GmbH This is Free Software unter the terms of the GNU GENERAL PUBLIC LICENSE Version 3 or later. See http://www.gnu.org/licenses/gpl-3.0.txt for details """ from display_issues import * cgitb.enable() # (optional) HTML traceback to browser print("Content-Type: text/html") print() #render_db_stats_as_html(rcd.DATABASE_DEMO, rcd.SELECT_ALL) render_db_stats_as_html(rcd.DATABASE_DEMO, rcd.SELECT_WHERE.format("timestamp > date('now', '-2 month')"))