Viewing posts from July, 2017
In this article we will see about the Django rest framework nested serializers and how to create a DRF writable nested serializers. This tutorial is divided into two parts. In the first part we discuss about creating models, serializers and views. In the second part we discuss how to use nested serializers and how to create and update nested serializers.
Often we need to have custom fields that must be calculated dynamically. In Entity-Relationship model notation the fields are called Derived Attributes. Such fields are derived from other fields of the same entity (model) and they might change over time (age, for example). We can create dynamic fields in django in more than one way.
To add more info to the previous blog post on chargebee, let us look at how to override the charges that have already been set in a plan. It is often a case that we want to provide incentives (discounts, trials etc.) to our customers to singup to our service.
The Graph API is the primary way to get data out of, and put data into, Facebook's platform. It's a low-level HTTP-based API that you can use to programmatically query data, post new stories, manage ads, upload photos, and perform a variety of other tasks that an app might implement.
What is Chargebee?
We develop web applications to our customers using python/django/angular.
Contact us at hello@cowhite.com