ashcrow / flask-track-usage

Basic metrics tracking for the Flask framework.
Other
53 stars 33 forks source link

update doc to use flask_track_usage #49

Closed 9034725985 closed 5 years ago

9034725985 commented 5 years ago

from flask_track_usage import TrackUsage

tested on my local machine

https://github.com/onewyoming/onewyoming/commit/c9846011e24f3eba3ac80487919deb2fd9d99f24

https://gitlab.com/wyoming/wyoming.gitlab.io/commit/c9846011e24f3eba3ac80487919deb2fd9d99f24

I think this is for new versions of flask but this should be OK because the documentation should work on the latest version of flask as that's what newcomers will likely try this on

ashcrow commented 5 years ago

Thanks!