开发者

Django asks for session in every request (even image/css/etc). How to handle this?

开发者 https://www.devze.com 2023-02-17 10:20 出处:网络
I installed the devserver package, and i can see in sql 开发者_运维百科log that for a requests, django asks for session multiple times, for every static media. How to stop this ?Stop serving your medi

I installed the devserver package, and i can see in sql 开发者_运维百科log that for a requests, django asks for session multiple times, for every static media. How to stop this ?


Stop serving your media from django... Use nginx or another webserver to handle media requests.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号