do not chach site.json

This commit is contained in:
j 2011-01-14 14:32:48 +00:00
commit b73c86e5bf
7 changed files with 24 additions and 41 deletions

View file

@ -34,7 +34,7 @@ def parseCondition(condition):
else:
exclude = False
key_type = models.site_config['keys'].get(k, {'type':'string'}).get('type')
key_type = models.site_config()['keys'].get(k, {'type':'string'}).get('type')
key_type = {
'title': 'string',
'person': 'string',