Last Updated: February 25, 2016
·
463
· vero4ka

How to use mixings to process a form in Django

Django is a quite powerful Python framework, but unfortunately it doesn't offer any solutions to process forms that work with AJAX: to send the data to server and return the list of errors if the data didn't pass the validation.

http://axiacore.com/blog/how-use-mixings-process-form-django/