Pointing a Django Project to my Purchased Domain in Google Cloud
I bought domain from GoDaddy and am hosting it in a bucket(which has the same name as my domain) in a project on Google cloud. In the bucket, under 'edit website configuration' I added a simple html page in the field called ' Index (main) page suffix'. That html comes up correctly when I go to my domain on the browser. So everthing works as expectd.
The problem is that I want to deploy a Django project(with several apps in it) to my domain instead of the simple html. There are many tutorials that show how to deploy a Django project on Google Cloud but they all end up giving you a domain that they(or Google Cloud) assigns. I don't want Google Cloud generated domain but want the project deployed on my purchased domain.
How do I make that work? It seems like it shouldn't be hard so I'm guessing there is a simple 'trick' that I haven't been able to find.
I went through several tutorials on Django deployment on Google Cloud. I even deployed one of the small examples from one tutorial. But it has a Google Cloud generated domain name which is not what I want.