annotate modules/roundup_cc/__init__.py @ 11:7a573ec679a6

added more files, can now display charts a bit
author sean
date Tue, 04 Aug 2015 14:23:53 +0200
parents
children 50f4c64834cb
rev   line source
11
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
1 #!/usr/bin/env python
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
2
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
3 """ supplys the data needed to comunicate with the roundup-server,
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
4 and the sqlite database. Represents the types of errors used in roundup.
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
5
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
6 author: Sascha L. Teichmann <sascha.teichmann@intevation.de>
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
7 author: Bernhard Reiter <bernhard@intevation.de>
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
8 author: Sean Engelhardt <sean.engelhardt@intevation.de>
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
9
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
10 (c) 2010,2015 by Intevation GmbH
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
11
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
12 This is Free Software unter the terms of the
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
13 GNU GENERAL PUBLIC LICENSE Version 3 or later.
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
14 See http://www.gnu.org/licenses/gpl-3.0.txt for details
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
15 """
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
16
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
17 import roundup_cc.display_issues as display
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
18 import roundup_cc.roundup_content_data as rcd
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
19
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
20 def get_tech_intern_chart():
7a573ec679a6 added more files, can now display charts a bit
sean
parents:
diff changeset
21 return display.render_db_stats_as_html(rcd.DATABASE_TECH_INTERN, rcd.SELECT_ALL)
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)