comparison web/config.py @ 185:adbf70d1449f

working
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Feb 2014 22:45:16 +0800
parents 632d436d227b
children 101c66da848d
comparison
equal deleted inserted replaced
184:cbe14244a372 185:adbf70d1449f
42 #GRAPH_FONT = "URW Gothic L" 42 #GRAPH_FONT = "URW Gothic L"
43 43
44 # determine by zooming in an image viewer 44 # determine by zooming in an image viewer
45 GRAPH_LEFT_MARGIN = 63 45 GRAPH_LEFT_MARGIN = 63
46 46
47 # 1 hour
48 CSRF_TIMEOUT = 3600
49
47 try: 50 try:
48 from localconfig import * 51 from localconfig import *
49 except ImportError: 52 except ImportError:
50 pass 53 pass