Django asks for session in every request (even image/css/etc). How to handle this?
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.
精彩评论