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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -