Actually I need a method which have same error message in javascript validation (client side) and in my django form validation (server side).
I search for any django library for this but I didn't find any. This is the most relative question I founded in SO, but it seems not helpful:
Django Javascript form validation
Do you know any django library for this or if not what is the best method to do this?
Thanks in advance.