Hi All
I found a nice shopping cart example for Django on Djangoresources called ajax_shop_basket <https://code.djangoproject.com/wiki/ajax_shop_basket> . It works really nice apart from the javascript function addProduct gets an 403 message´when it tries to post. I guess that's because of non existing csrf_token in that function. I have no clue how to add this to Javascript so any help or pointers a how to do or where to look for info is deeply appreciated! Thank you in advance ! Best Regards Jan Eskilsson -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/f_WMtxxERZoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

