Deploy a Serverless Django app on Google App Engine

preview_player
Показать описание

This is a concise, project-based course that will teach you how to deploy Django to Google App Engine.

The benefits of Serverless is that there are no servers for you to manage, which saves a huge amount of time when setting up and maintaining projects.

This means developers can spend more time building bespoke functionality for their application and less time managing infrastructure.

In this course you’ll learn how to deploy Django to one of the most popular Serverless technologies available: Google App Engine. You’ll also learn how to use a suite of Google Cloud technologies such as Datastore and Secret Manager.

During the course you’ll be creating a URL Shortener with Django, using Docker as a development environment and Datastore as a database.

This is an advanced level course that assumes previous experience with Django and Docker.

CHECK OUT ALL OUR COURSES
Рекомендации по теме
Комментарии
Автор

Nice tutorial as always! Thanks Mark! Please can you link to the documentation for docker compose with gcloud config? That would be much appreciated.

ndifrekeumoren
Автор

Just got it. Let's give it a try :D

riskzerobeatz
Автор

The course is great, but it has too many modifications in the Django settings, no more able admin panel, no more AuthenticationMiddleware which are fundamentals parts for Django, the configuration for App Engine is overwhelming and lots of custom code must be added to Django so it fits into the requirements of Google Cloud. I think an instance like AWS EC2 with a docker image is a better choice for basic and intermediate projects.

jorgeav-xyz
Автор

first, thanks for the content. I'm really interested getting this course bc I watched "Deploying Django with Docker Compose". I have my instance up and running thanks to you 🤙🏽What's the difference between this course and the "Deploying Django to Google App Engine using Docker"? 🙏🏽.

jorgeav-xyz