Hosting the Django Web Application in Google Cloud Platform

Pre-Requisites

Before you begin this tutorial, you'll need the following:

Step 1: Create a VM instance

The VM instance can be created by following the below steps:

  1. Open the Google Cloud Platform Console
  2. Click on the Navigation Menu

    Navigation Menu
  3. Click on Compute Engine and Enable it if you are using it for the first time

    Compute Engine click on Enable button
  4. Click on Create Instance

    Create Instance
  5. Enter the Name of the Instance

    Instance Name
  6. Choose the Region and Zone

    Region Zone
  7. Choose the Machine Type

    Machine Type
  8. Choose the Boot Disk

    Boot Disk
  9. Choose the Firewall

    Firewall
  10. Click on Create

    Create

Step 2: Setting up Essentials for Django Project

Step 3: Clone your Project from GitHub

Step 4: Deploy the Django Project

Conclusion

This is how you can Host your Django Application on Google Cloud Platform.