I struggled a lot for sending a good customized template in an email from my code. I used many email sending utility and i was able to send emails successfully from my code. But they didn't really look very good. It was just some email with some text in it. So Used one of the … Continue reading Customized email with django
Tag: bootstrap
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