1 min readFeb 28, 2019
Like static files? That will all be handled by your Django (or whatever) application. Check out the Django docs.
When you gcloud app deploy
those files in your static/
directory will get uploaded to Google storage and delivered however you specified in your Django app.
I recommend whitenoise
as a static file manager. It works as Django middleware.