mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-27 00:25:51 +03:00
[GH-ISSUE #464] where is the request._cookies['cpu'] from ? #343
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @glancesx on GitHub (Oct 21, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/464
the 69,74,79 line of github.com/retspen/webvirtmgr/blob/master/instance/views.py .
I can't understand the request._cookies.
@retspen commented on GitHub (Oct 21, 2014):
This lines need for collection previous data for creating cpu graph. WebVirtMgr doesn't use DB for graphics.
@glancesx commented on GitHub (Oct 21, 2014):
Default the cpu hdd net don't in the cookies, where were the fields from?
And why the cookies begin with a downvote ? I can't find the request._cookies in the django documentation or google.
I'm studying your source code carefully, so hope you can help me, thanks.
@retspen commented on GitHub (Oct 21, 2014):
I use cookie for graphics only when I watch graphics. Use
dir()forrequestand you see all META in header.