We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c4943 commit dacf009Copy full SHA for dacf009
appengine/standard_python37/django/app.yaml
@@ -5,7 +5,7 @@ handlers:
5
# This configures Google App Engine to serve the files in the app's static
6
# directory.
7
- url: /static
8
- static_dir: static_files/
+ static_dir: static/
9
10
# This handler routes all requests not caught above to your main app. It is
11
# required when static routes are defined, but can be omitted (along with
0 commit comments