Please enable JS

Blog

An error occurred (AccessDenied) when calling the PutObject operation: Access Denied

Published on April 29, 2019, 12:31 p.m.

Django + DRF + Django-Storages + S3

How To Edit ManyToManyField In Django Admin list Display Page

Published on July 13, 2018, 3:50 p.m.

In this article you will get an idea about, how to make a ManyToMany field editable in django admin list display page. Django by default won't allow to add ManyToMany field in list_editable in ...

How to fix SSL Error: sslobj.do_handshake failure and Errno bad ca_certs:['...']

Published on July 7, 2017, 4:59 p.m.

How to fix SSL Error: sslobj.do_handshake failure and SSLError: [Errno bad ca_certs: '/home/root/virtual/local...] while upgrading semantic - python package to 0.3.6

Export HTML Table To CSV / Excel / Text

Published on July 6, 2017, 11:07 a.m.

Here we are going to see how to export html table data instead of copying the records manually by using jquery plugin "tableExport" into different format like xls, csv and text.

how to upload xml file to amazon s3 bucket

Published on May 31, 2017, 10:03 p.m.

Upload file to s3 bucket

How to integrate syntax highlighter in Django CKEditor

Published on May 30, 2017, 7:24 p.m.

Before going to integrate syntax highlighter plugin, please make sure that you already installed CKEditor in your web app and its working. This article will help you for different language code and...

Could not load Boto3's S3 bindings.

Published on May 27, 2017, 1:45 a.m.

Could not load Boto3's S3 bindings. See https://github.com/boto/boto3

No module named s3boto3

Published on May 27, 2017, 1:43 a.m.

Django 1.8 and django storages 1.4 issue with boto library.

How to add https in django sitemap

Published on May 26, 2017, 12:33 a.m.

How can we add https to sitemap generated url in Django.

How to change Django sitemap base url or domain

Published on May 26, 2017, 12:23 a.m.

Sometimes we might need to change the base URL or domain of sitemap generated urls.