I've now changed `app.yaml` to this: ``` runtime: python37
handlers: - url: / static_dir: static - url: /.* script: auto ``` I have `main.py` in the root of my app dir and lots of `.html` files in the root of my app's `static` subdir. But still only the app pages handled by `main.py` appear; all the static html pages give a 404. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2c741f23-d194-4890-adbf-472d4bc042bc%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
