I have a problem/bug found? in AJAX with CSRF. I don\'t use {% csrf_token %} at all. I use only AJAX forms so - there is no cookie set开发者_如何学JAVA for csrf. In taht case - enter link description
I´m using django-ajax-selects in my project, and I can´t make it to work with django.contrib.auth.models.User. All I want to do is search the username field and I don´t know how to put it in my set
I want to provide an Autocomplete feature that\'s similar to the example provided by django-ajax-selects:
I want to display a progress bar (or loading icon) while a image gallery is loading on django template.
This seems like a pretty common problem, but I haven\'t found any sort of consensus on the best method, so I\'m posing the question开发者_C百科 here.