How to make comment box (like in facebook comment box) in django -
i want add comment box in item_view.html. comment box in facebook doesn't need refresh page. possible in django?
the basic idea is:
1) use ajax send post message server. read jquery's ajax function.
2) then, whatever server needs add comment database.
3) fetch list of comments on particular topic via ajax again, , display.
this subset of kind of architecture called spa (single page application) btw.
Comments
Post a Comment