#coding=utf8
from django.core.files.storage import Storage
from django.core.files.base import ContentFile
from django.conf import settingsFor further reference, refer to here
dd conv=notrunc bs=440 count=1 if=/dev/disk1 of=mbr.binidentify -verbose no.gif | grep Delay
convert -delay 3x100 no.gif no.fast.gif
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # HTTP Protocol | |
| * [http protocol detail](https://www.httpwatch.com/httpgallery/) | |
| # Submitting cookies using `curl` | |
| ```sh | |
| curl -v --cookie "sessionid=sxs44kgzd6z7dcf769yehz171yyuf8ve" -I http://localhost:8000/auth/logout/ | |
| ``` |
- create
company/middleware/SessionMiddleware.py