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

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -