comparison web/config.py @ 485:d68af9e84485

working
author Matt Johnston <matt@ucc.asn.au>
date Thu, 06 Feb 2014 22:45:16 +0800
parents c3926e7cfb0c
children 101c66da848d
comparison
equal deleted inserted replaced
484:4a51e2bf689b 485:d68af9e84485
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