Hi, I'd already copied/applied both versions to my script and there is no difference between the versions
function getCookie(name) {
...
var csrftoken = getCookie('csrftoken');
and
var csrftoken = Cookies.get('csrftoken');
>
--
You received this message because you are subscribed to the Google Groups
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
