How to use the validation rules on both client-side and server-side?
- by Andrea Ambu
I'm using jQuery validation system for client-side validation. The backend works with django.
jQuery use an interesting set of rules in JSON format.
Does exists something to use the same rules on django side or I need to code it myself?