Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to deploy a Django App that works locally to Google Cloud Run

I have a Django site that works fine locally that was set to use an AWS database  and some data on AWS.  I want to migrate to Google Cloud Run.  I am looking at this tutorial.  https://cloud.google.com/python/django/appengine.  I do not mind moving all of the data and database to Google.   I just want it to work.   What is the most robust way to do this?  In the end it will be several terabytes of data.  This has proven to be very difficult to get to work on AWS. 

0 1 683
1 REPLY 1

@CharlyLimaHotel 
I tried it with AppEngine and Cloud SQL and it works for me.

Are you getting any error or issue with AppEngine or Cloud Run?

Top Solution Authors