I could use some help complying with Django\'s CSRF protection mechanism via my AJAX post. I\'ve followed the directions here:
http://docs.djangoproject.com/en/dev/r
Here's a less verbose solution provided by Django:
Source: https://docs.djangoproject.com/en/1.11/ref/csrf/