Re: hosting django app on app engine

2020-04-23 Thread Nick Sarbicki
I've set Django up on app engine a few times and every time it's a massive struggle. App engine wasn't really designed to work well with Cloud SQL as it's not a dynamically scalable data store, it is expected that you use google datastore (or firestore nowadays) - which isn't ideal for django as

Re: hosting django app on app engine

2020-04-23 Thread Anirudh choudhary
You can host your website on Google vm instance , heroku or python anywhere For hosting on heroku try :- https://www.codingforentrepreneurs.com/blog/go-live-with-django-project-and-heroku/ For hosting on pythonanywhere .com Try any tutorial from.youtube On Thu, 23 Apr, 2020, 12:18 AM

Re: hosting django app on app engine

2020-04-22 Thread Aldian Fazrihady
Hi Anirudh, Does this link show you any meaningful error message: https://console.cloud.google.com/errors?time=PT1H=COUNT_DESC=OPEN=ACKNOWLEDGED=anirudhmalik-274008=1=true=true ? On

Re: hosting django app on app engine

2020-04-22 Thread VenkataSivaRamiReddy
Hi can you share any reference link. I am looking for deploy my djanago application but I don't know how to deploy On Wed, Apr 22, 2020, 18:44 Anirudh choudhary wrote: > hi to all! I am hosting my blogging app on google app engine in a standard > environment. the website deploys successfully.

hosting django app on app engine

2020-04-22 Thread Anirudh choudhary
hi to all! I am hosting my blogging app on google app engine in a standard environment. the website deploys successfully. but when I try to go to any other URL like anirudhmalik.in to anirudhmalik/blog/list/ it shows me 500 server error on the server side I am using PostgreSQL instance and the