Hi Guys I have got a request from @trafffic98 to explain the logic as a follow up of follower/following database logic, written here. so here in this blog i will just put the logic of follow and unfollow button. Follow def follow(request): """ Method is used to follow an user. """ response = {} # … Continue reading Backend view for follower/following database logic
Tag: xmlhttprequest
Django Ajax file-uploader with bootstrap progressbar
Hey guys. You might have implemented the file upload logic in your web-app. Usually in Google chrome it shows the file upload percentage, but in other browsers it doesn't show. What if you are using some other browser and you have uploaded a large file of size 10-20MB approx and it takes 5 minutes to upload. … Continue reading Django Ajax file-uploader with bootstrap progressbar