How can i set cookie through `HttpReponse`? for exmaple: ``` response = HttpReponse('something') reponse.set_cookie('my_cookie', 'cookie_value') return reponse ```
How can i set cookie through
HttpReponse? for exmaple: