In the salesforce organization, when you are building a component or application, it's important to know how the component or application should ...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
Now we are going to index text content which is stored in structured files such as PDFs, Microsoft Office documents, images, etc using haystack and so...
For any type of CRM, we will receive various emails from different external systems. To create or save the information received via emails in Salesfor...
Apex provides collections such as List, Set, Map. These are similar to arrays, but these collections have advanced features and easier methods than an...
Haystack works as a search plugin for Django. You can use different backends Elastic-search, Whose, Sorl, Xapian to search objects. All backends work ...
A decorator is a function that takes another function and returns a newer,prettier version of that function.To know more about decorators in python se...
Best Practices of Using Django Celery in Django Social Auth....
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...