Skip to content
This repository has been archived by the owner on Dec 25, 2019. It is now read-only.

URL typo for GAE mini profiler static files #29

Closed
dalbani opened this issue Aug 19, 2012 · 0 comments
Closed

URL typo for GAE mini profiler static files #29

dalbani opened this issue Aug 19, 2012 · 0 comments

Comments

@dalbani
Copy link

dalbani commented Aug 19, 2012

In "app.yaml":

handlers:

  • url: /_gae_mini_profiler/static
    static_dir: packages/flaskext/gae_mini_profiler/static

should be:

handlers:

  • url: /_gae_mini_profiler/static
    static_dir: flaskext/gae_mini_profiler/static

See "packages" in "static_dir"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants