django

Jquery form validation with Django

whylite 2022. 12. 13. 14:19

javascript - Jquery form validation with Django - Stack Overflow

 

Jquery form validation with Django

In my django app I have a form where I ask users to enter an email adress and a username. I would like to be able to check if the username or the email adress already exist an raise an error they ...

stackoverflow.com