diff display_issues_demo.py @ 13:149d01f43e31

Split up render_db_stats_as_html function Allow the generated HTML code to be either printed to stdout as before (render_db_stats_as_html) or be returned as a string (compile_db_stats_html). The latter is required for Bottledash.
author Gernot Schulz <gernot@intevation.de>
date Sun, 31 Jan 2016 13:15:08 +0100
parents 99e2e0e17103
children adca5b3780d2
line wrap: on
line diff
--- a/display_issues_demo.py	Thu Dec 03 12:15:51 2015 +0100
+++ b/display_issues_demo.py	Sun Jan 31 13:15:08 2016 +0100
@@ -16,8 +16,6 @@
 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')"))
+        rcd.SELECT_WHERE.format("timestamp > date('now', '-2 month')"))
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)