Best Practices of Using Django Celery in Django Social Auth....
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Celery provides asynchronous job queues, which allows you to run Python functions in the background. Celery is on the Python Package Index (PyPi), and...
Django's haystack provides autocomplete functionality. To do autocomplete effectively, the search backend(elasticsearch in this case) uses n-gram...
404 Page not found and 500 Internal server errors generally occur in every website. When these errors occurs, generally for Django application it will...
Django by default provides automatic admin interface, that reads metadata from your models to provide a beautiful model interface where trusted users ...
Using the Inbound parse web hook, we can parse the contents, attachments of an incoming email....
Coveraslls will check the code coverage for your test cases. To use coveralls.io your code must be hosted on GitHub or BitBucket....
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...
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...