1👍
Sadly, static handlers do not work on the flexible environment. You should just serve your CSS the way you normally would from your python application.
0👍
You can try this in your app.yaml
handlers:
- url: /static/style.css
static_files: static/style.css
upload: static/style.css
- Django CMS get all models defined in the admin
- How to pass the values from the template as an argument to the function in views?
- Modify slug for every page of model on wagtail
Source:stackexchange.com