Mercurial > templog
comparison web/config.py @ 486:bb713e6d0e48
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 07 Feb 2014 08:00:10 +0800 |
parents | d68af9e84485 |
children | 101c66da848d |
comparison
equal
deleted
inserted
replaced
481:87acca3f5986 | 486:bb713e6d0e48 |
---|---|
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 |