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.

NoReverseMatch at /sitemap.xml

Published on June 1, 2017, 12:52 a.m.

Reverse for 'django.contrib.sitemaps.views.sitemap' with arguments '()' and keyword arguments '{'section': 'foo'}' not found. 0 pattern(s) tried: []

django get_object() takes exactly 3 arguments (4 given)

Published on June 1, 2017, 12:01 a.m.

when you override get_object() method in model admin Django 1.8 version we will get error message, django get_object() takes exactly 3 arguments (4 given)

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.