We do need to expose our local server to hit call-back URLs while programming with other APIs. There is a tool called local tunnel from http://localtu...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
In most of the cases, you need to export the data from your database to different formats. In this post I will show you how to create functions in you...
Oscar is an open-source eCommerce framework for Django. Django Oscar provides a base platform to build an online shop. Oscar is built as a highly cust...
There are many ways for generating PDF in python. In this post I will be presenting PDF files generation with xhtml2pdf.xhtml2pdf: xhtml2pdf is a HTML...
Running Django with PyPy to boost performance...
In this blog, we will see how to integrate Django and PayU Payment Gateway. To integrate with PayU, we have package called "django-payu" - a...
The quick way to get/extract text from PDFs in Python is with the Python library "slate". Slate is a Python package that simplifies the proc...
Using GPlus integration by Django, we can get the user verified email id, general information, friends in a less span of time, and user can also share...
This package uses double-entry bookkeeping where every transaction is recorded twice (once for the source and once for the destination). This ensures ...
In order to customize models, views and urls, you need to fork an Oscar core app in which model/view resides. Then you should be able to override any ...