comparison README.creole @ 20:3bb3d9a9f1b7

Filter by keywords and states. Configuration via configuration file. "No prio" grapf is displayed. (./display_issues_demo.py is not yet dynamic, it needs all states)
author Magnus Schieder <mschieder@intevation.de>
date Mon, 22 Oct 2018 16:49:58 +0200
parents adca5b3780d2
children 7a523e13fcb3
comparison
equal deleted inserted replaced
19:8ffd584065a4 20:3bb3d9a9f1b7
6 6
7 === Example 7 === Example
8 Run ./demo.py from a roundup-tracker to have a running tracker. 8 Run ./demo.py from a roundup-tracker to have a running tracker.
9 9
10 {{{ 10 {{{
11 cp examples/collect_demo1.py c1.py 11 cp examples/collect_demo3.py c3.py
12 ./c1.py 12 cp examples/config3.ini .
13 # change config3.ini
14 ./c3.py
13 # create or change some issues 15 # create or change some issues
14 ./c1.py 16 ./c3.py
15 17
16 # to inspect the database contents 18 # to inspect the database contents
17 sqlite3 demo1.db 'select * from issues;' 19 sqlite3 demo3.db 'select * from issues;'
18 20
19 ./display_issues_demo.py >demo1.html 21 ./display_issues_demo.py >demo3.html
20 chromium demo1.html 22 chromium demo3.html
21 }}} 23 }}}
22 24
23 25
24 === Notes 26 === Notes
25 examples/collect_demo2.py builds database column names dynamically 27 examples/collect_demo2.py builds database column names dynamically
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)