As per our last post, we can access our APIs in browser. Let’s explore some options to customize the browsable API for our Django REST…
Learn to code with real examples
As per our last post, we can access our APIs in browser. Let’s explore some options to customize the browsable API for our Django REST…
Since our Models and Serializers are ready, we’ll now write our views. Also, unlike the Django REST Framework official tutorial which first explains regular Django…
Django migrations make your life easy by automatically defining SQL tables for your models. Django comes with ORM (Object-Relational-Mapper) for this and Fields defined in…
After our app is added in settings.py in previous post, Let’s create our first DRF Model for our app. We will create a Quote model…
Assuming you have python environment we created in last post already activated, let’s go ahead and create Django Project and App for our REST API…
This post assumes that you have your own wordpress setup running in Google Cloud Platform (GCP) as explained in previous posts and you have updated…
Once you have claimed your free credit in GCP Console, now is the time to launch the wordpress VM. First, you have to create a…
If you are on borderline of experimenting blogging or writing or creating your own website and don’t want to spend lot of money, here’s a…