urls.py
1.95 KB
- 
Add backend AJAX API endpoint for client-side form validation. · 39ac333bIn particular, implement a validation API for registration, where a client makes AJAX calls to the endpoints requesting validation decisions on each input. Responses are strings dependent on the type of validation error; if no error, then empty string to indicate OK. Uman Shahzad committed