do not chach site.json
This commit is contained in:
parent
bbaa947384
commit
b73c86e5bf
7 changed files with 24 additions and 41 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue