Skip to content

Commit

Permalink
Fix serving static files on production (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
iotmani authored and chenyumic committed Oct 10, 2018
1 parent b0c4943 commit dacf009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/standard_python37/django/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ handlers:
# This configures Google App Engine to serve the files in the app's static
# directory.
- url: /static
static_dir: static_files/
static_dir: static/

# This handler routes all requests not caught above to your main app. It is
# required when static routes are defined, but can be omitted (along with
Expand Down

0 comments on commit dacf009

Please sign in to comment.