forked from 0x2620/pandora
dont cache log calls
This commit is contained in:
parent
b1c5a76e0d
commit
eb33042d87
2 changed files with 1 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ def log(request):
|
|||
l.save()
|
||||
response = json_response()
|
||||
return render_to_json_response(response)
|
||||
actions.register(log)
|
||||
actions.register(log, cache=False)
|
||||
|
||||
|
||||
@admin_required_json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue