Changes between Version 10 and Version 11 of AjaxDojoLogin
- Timestamp:
- Jul 9, 2006, 2:41:34 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AjaxDojoLogin
v10 v11 1 1 == Adding an ajax login form to your project == 2 2 3 Assuming you have a project running and using the normal authentification scheme provide nby django, it would be nice not to reload the page to show errors about login and password when the login is wrong.3 Assuming you have a project running and using the normal authentification scheme provided by django, it would be nice not to reload the page to show errors about login and password when the login is wrong. 4 4 5 5 We need to add a specific method to your application's view.py for this example we will call the method '''loginajax'''.