|
|
|
|
|
by nkuttler
4828 days ago
|
|
AJAX is nothing more than sending and receiving data from the server to the client. That's what views do, and they are documented. There is also an is_ajax() test in Django (not that useful) and various apps that provide REST interfaces that you'd probably want to use for bigger AJAX-y apps. |
|