python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Django + APP ENGINE (GAE) - No local .env or GOOGLE_CLOUD_PROJECT detected. No secrets found
i want to deploy in App Engine a Django app.
I created and configurate a SECRET MANAGER in GAE and when i want to get that secret from my SETTINGS.PY, it display the error 'No local .env or GOOGLE_CLO...
el jota
Votes: 0
Answers: 0
I have set my GAE firewall to block access from my IPv4, but could not block access
I have tried to restrict IPv4 access with GAE firewall rules but have been unable to restrict access.
I tried to restrict access with IPv6 instead of IPv4, and that was successful.
In the Creating App...
Nakasei
Votes: 0
Answers: 1
cron.yaml GCP testing locally
Is there a way to test the cron.yaml (App Engine) locally?
Thanks
I see that GCP CLI has a dev_appserver.py to test the app using app.yaml, but I'm interested in cron.yaml

Andrés Gutiérrez
Votes: 0
Answers: 1
Folders statics not found in server google - Django
Django cannot find the static files on the google server, the
python manage.py collectstatic
command has already been used with the settings.py configured.
To solve this problem I followed several t...
GomesMilla
Votes: 0
Answers: 0