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

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

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -