HackerTrans
トップ新着トレンドコメント過去質問紹介求人

kdmytro

no profile record

コメント

kdmytro
·3 年前·議論
I wish there was a phone flip case with a keyboard. I have seen tablet keyboards like this, but they are too big to use with a smartphone.
kdmytro
·8 年前·議論
Using Django sessions in an SPA is actually very easy. It just works, the browser handles the cookies for you. The only thing that developers has to do is to remember to include CSRF header with unsafe requests (such as PUT or POST), this is usually done by adding some kind of a pre-send hook in your request library of choice. There is a section in Django docs that explains how to do just this.