Django How to send request to views.py using javascript function
Hello
Can any one tell me how to send request to a开发者_如何学Python function in views.py in Django? ThanksHere's a neat post called AJAX in Django with jQuery
If don't know how to call a function, you should start out by reading http://greenteapress.com/thinkpython/html/index.html
If your question is "how to connect a view to a url ?" then I advise you to go through Django tutorial... very fast, very clear !
精彩评论