Run dev_appserver.py -h

You should see the help. 

Documented there is the flag: --allow_skipped_files      Allow access to 
files matched by app.yaml's skipped_files (default False)

If you start dev_appserver.py with it, you should get access to files which 
will not be uploaded to appengine. 

It's documented to work on the script, even though the online documentation 
doesn't highlight all the options.

By default, the dev server behaves more like the production app engine (as 
expected). But that flag should do what you want.

If the flag doesn't work, then edit your app.yaml and make sure you update 
it before uploading.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/lb1i7t7kO4UJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to