do not chach site.json
This commit is contained in:
parent
bbaa947384
commit
b73c86e5bf
7 changed files with 24 additions and 41 deletions
|
|
@ -101,7 +101,7 @@ def signout(request):
|
|||
response = json_response(text='logged out')
|
||||
logout(request)
|
||||
|
||||
response['data']['user'] = site_config['user']
|
||||
response['data']['user'] = site_config()['user']
|
||||
return render_to_json_response(response)
|
||||
actions.register(signout, cache=False)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue