Re: django-ajax giving 403

2012-10-30 Thread Nicolas Emiliani
On Tue, Oct 30, 2012 at 1:03 PM, Chris Pagnutti wrote: > Hi. I'm trying to make some AJAX calls using django-ajax > https://github.com/joestump/django-ajax > > But when I make the call, Chrome's console gives POST > http://127.0.0.1:8000/ajax/my_app/my_ajax_view.json

Re: django-ajax giving 403

2012-10-30 Thread Tom Evans
On Tue, Oct 30, 2012 at 4:03 PM, Chris Pagnutti wrote: > Hi. I'm trying to make some AJAX calls using django-ajax > https://github.com/joestump/django-ajax > > But when I make the call, Chrome's console gives POST > http://127.0.0.1:8000/ajax/my_app/my_ajax_view.json 403 (FORBIDDEN) > If I visit

django-ajax giving 403

2012-10-30 Thread Chris Pagnutti
Hi. I'm trying to make some AJAX calls using django-ajax https://github.com/joestump/django-ajax But when I make the call, Chrome's console gives POST http://127.0.0.1:8000/ajax/my_app/my_ajax_view.json403 (FORBIDDEN) If I visit th