All Questions
109 questions
0
votes
0
answers
201
views
Uploading large file to GCS with django and django-storages -- direct or multi-part uploads?
I'm creating a django application that uploads multimedia to Google Cloud Storage using django-storages. My application is running on Google App Engine; I'm using the admin interface for admins to ...
0
votes
1
answer
114
views
Trouble with service account's json stored in Google Secret Manager (Only when deployed)
I've got a problem that I just can't seem to work out. I am running a django project, deploying via GCP App Engine. I have taken all my sensitive key/token data from my settings file and placed them ...
0
votes
0
answers
408
views
gunicorn looking for deleted module; cannot run django application in GCP
I have a django application that's been running fine on GCP, and I recently removed a dependency: django-colorfields. I didn't need this functionality, so I removed these items from my models, ...
1
vote
1
answer
524
views
Django app on Google App Engine not connecting to Google Cloud SQL
I've encountered an issue when deploying my Django application on Google App Engine and trying to connect it to Google Cloud SQL. The application works perfectly on my local system, but when deployed, ...
0
votes
0
answers
53
views
SMTPServerDisconnected in Google App Engine Standard (but it works in Flexible)
I am trying to switch my Django (Python) app from GAE flexible environment to Standard.
Everything works fine except, sending emails via gmail SMTP. It works with a version in a flexible environment, ...
0
votes
1
answer
61
views
Minimal reproducible example of a django project using appengine task queue (dev_appserver.py)
I am trying to create a django project which uses AppEngine's task queue, and would like to test it locally before deploying (using gclouds dev_appserver.py`).
I can't seem to find resources that help ...
3
votes
2
answers
2k
views
SecretManagerServiceClient raises 403 Permission denied CONSUMER_INVALID in Google App Engine but `gcloud secrets versions access` works
Background:
I'm trying to deploy a Django app to the Google App Engine (GAE) standard environment in the python39 runtime
The database configuration is stored in a Secret Manager secret version, ...
0
votes
1
answer
62
views
What are these unknown client errors on GAE instance?
I deployed Django Application on GAE.
After that, I'm getting a client error on unknown files.
Those files are below.
I know only favicon.ico because I haven't uploaded it yet. But I don't know ...
0
votes
2
answers
216
views
Google Cloud AppEngine and Django: how should I set the domain name for have it work?
I've deployed a Django project on Google Cloud standard AppEngine,
My Domain Name is registered in Google Domains which confirms that it already points to my project when I try to customize my ...
2
votes
1
answer
624
views
Error in deploying django app on Google cloud "google.api_core.exceptions.PermissionDenied: 403 Permission denied on resource project "
I am trying to deploy my own django app on google cloud.
I'm following this documentation
by Google Cloud to deploy the app.
I have changed the settings.py file of my app according to the settings.py ...
4
votes
1
answer
269
views
The website doesn't load after deploying Django app in Google Cloud App Engine
So after deploying my Django App with Google Cloud App Engine, I cannot get a respone from the website, in other words the website keeps loading non stop.
The message I got after the deployment was ...
6
votes
1
answer
5k
views
Deploying FrontEnd and BackEnd as two separate applications with Google Cloud App Engine
I have two application that I want to deploy with Google Cloud App Engine.
One of them is react front end, and I want to serve this through MYFRONTEND.com
Second one is back-end, which will be served ...
0
votes
1
answer
482
views
GCP: Google App Engine flexible + Django 4.0.1 problem on deployment
I'm trying to deploy my Django 4.0.1 application to Google App Engine. But I'm receiving an error:
Could not find a version that satisfies the requirement Django==4.0.1.
On a localhost the app works ...
0
votes
0
answers
633
views
Google Cloud Django Postgres: could not connect to server: Connection refused
I've deployed a Django project to Google App Engine Flexible Environment and using postgress for database connection.
I followed this https://cloud.google.com/python/django/flexible-environment
I've ...
1
vote
2
answers
1k
views
Google App Engine Django Project Infinite Loading and error 500 does not raise any error in logs
Im am trying to deploy a Django project on Google Cloud App Engine.
I deployed my app using the command gcloud app deploy.
As I try to load the page in my browser, there is an infinite loading until ...