python - How to implement ajax based search in Django powered website -
i want implement search functionality used website on django powered website. can suggest me way implement in django based website.are app endless-scrolling django implement ajax based feature in site ??.or best way write every thing scratch ......
try mix of backbone + restful django backend. option angularjs
this 2 framework can used build ajax frontend little dependency on backend (which thing way). complete example see code , this stack overflow question
Comments
Post a Comment