comparison web/config.py @ 337:f575ef538f5d

- Various fixes for web server, kind of works
author Matt Johnston <matt@ucc.asn.au>
date Wed, 13 Jun 2012 23:41:05 +0800
parents 1e22eaf93620
children 024f5571df8c
comparison
equal deleted inserted replaced
336:ba4c4df13487 337:f575ef538f5d
2 DATA_PATH = 'data' 2 DATA_PATH = 'data'
3 3
4 HMAC_KEY = 'a hmac key' 4 HMAC_KEY = 'a hmac key'
5 5
6 GRAPH_WIDTH = 800 6 GRAPH_WIDTH = 800
7 GRAPH_HEIGHT = 400
7 8
8 LINE_WIDTH = 2 9 LINE_WIDTH = 2
9 10
10 SENSOR_NAMES = {} 11 SENSOR_NAMES = {'sensor_test1': "First Test"}
11 12
12 SENSOR_COLOURS = {} 13 SENSOR_COLOURS = {}
14
15 GRAPH_FONT = "Courier"