Please enable JS

Blog

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.

AttributeError: 'module' object has no attribute '_base'

Published on May 25, 2017, 1:44 a.m.

When I install sitemap-generator i got exception due to out dated packages.

how to download gz using python request

Published on May 23, 2017, 1:24 p.m.

How to download gz content in memory using python requests module.