Innovate anywhere, anytime withruncode.io Your cloud-based dev studio.

MicroPyramidBlog

Explore a blog dedicated to a wide spectrum of topics including Django, Python, Machine Learning, Salesforce, Angular, React, Flutter, Svelte, LINUX, and Amazon Web Services.

How to Pass Extra Context Data to Serializers in Django-Rest-Framework

Django rest-framework passes extra context data to serializers for the best design of rest applications. we can use "context" parameter in serializers to pass extra context. In viewsets, generic view simply override or overload the method get_serializer_context.

Django Single Sign On(SSO) to Multiple Applications

Single sign on is a way for users to issue a security token for the first time login, login into multiple applications using one set of credentials i.e security token.
Adding sso to an application will make things easier for users because they don't need to remember login credentials for multiple applications. User just needs to enter their login credentials for the first time instead of re-entering their credentials for every application login.

Django Webpacker - A Compression Tool to Bundles CSS, Js Files

django-webpacker is a django compressor tool which bundles css, js files to a single css, js file with webpack and updates your html files with respective css, js file path with a single management command. It also supports django-storages to load compressed css, js files from AWS S3.

How to Use Nested Formsets in Django

Django Formsets manage the complexity of multiple copies of a form in a view. By using formsets, you can know how many forms were their initially, which ones have been changed, and which ones should be deleted. In this blog post, we'll explain how nested formsets are used in django

Salesforce Lead Management Tips and Best Practices

Lead Management is one of the main functionalities for business growth. Lead Management functionalities helps the customers to get more leads and sales.

Salesforce Read Full Post

Which CRM is Best for Startups and Small Businesses?

There are many CRM software providers but there will always be the best one that is Salesforce CRM which is in the industry for nearly 20years, they have easily won the huge amount of market shares on Sales, Marketing and customer service applications

Salesforce Read Full Post

How to Convert XML Content into Json Using XMLtodict

We need to process large amounts of data to get the desired results from XML file. xmltodict will help you to process, give JSON formatted data within a less span of time. In this blog post, we'll explain to you how to use in a django project.

How to Add a Custom Managers in Django

Django Custom Managers - A Manager is the interface through which database query operations are provided to Django models. At least one Manager exists for every model in a Django application. You can use a custom Manager in a particular model by extending the base Manager class and instantiating your custom Manager in your model. There are two reasons you might want to customize a Manager: to add extra Manager methods, and/or to modify the initial QuerySet the Manager returns.

Is Salesforce Good for Small Business?

Get detailed information about how salesforce is good for small business and it's advantages and disadvantages

Salesforce Read Full Post

Tips and Best Practices on How to Use Salesforce Campaign Management Effectively

Tips and Best Practices on how to use Salesforce campaign Management Effectively to increase the number of leads.

Salesforce Read Full Post