Is Django Best Framework for your Web Application Development
Is Django best framework for your web application development
What is Django CRM and it’s Advantages
Here in this blog you can find about CRM, Importance of CRM in sales, Types of CRM, How django crm helps for business and it’s advantages
Implementation of Single Sign on Using Auth0 in Django Application
As the no of applications increases, users need to create username & passwords, need to remember for each application. Users can't remember these details and, sometimes users use single username/password for all applications, then there may be a chance of hacking your accounts easily. To provide more flexibility for the users, we should provide sso login, which makes seamless authentication experience.
How to Implement TokenBasedAuthentication in DjangoRestFramework
This blog explains you how to use Token Authentication to authenticate users within a Django Application. Token Authentication is a way to authorize users by using an Auth Token.
Understanding Middleware Functionality in Django2.0
Understanding new style of middleware in Django2.0, the difference between old-style & new-style. How to write custom middlewares in new-style and upgrading from old-style middleware.
Salesforce Non-Profit Cloud to Manage Funds, Program and Marketing
Salesforce Non-Profit Cloud to manage funds, program and marketing
Django Acceptance Testing Automation with Robot Framework
Acceptance testing automation for django web and REST applications using a robot testing framework.
Salesforce Quip Integration to Improve Productivity
Salesforce Quip Integration to improve enterprise productivity
How to Filter a Django Queryset using Extra
Using SQL Queries in Django ORM - Filtering extra objects within in a single query, to reduce the number of queries.
Overriding Django Model Behaviour with Proxy Model
The main Usage of a proxy model is to override the main functionality of existing Model. It is a type of model inheritance without creating a new table in Database. It always queries on original model with overridden methods or managers.