You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to profile django app and can't get any silk profiling.
I followed all your instructions from "installation" docs section.
I added @silk_profile decarators and silk_profile contexts, but page silk/profiling/ is still empty
The text was updated successfully, but these errors were encountered:
I was experiencing this issue earlier. For me, it was because I was using the new MIDDLEWARE instead of MIDDLEWARE_CLASSES and didn't notice the difference when looking over the README.
I fixed the issue by installing the latest from master, instead of the most recent release.
Hi, I'm trying to profile django app and can't get any silk profiling.
I followed all your instructions from "installation" docs section.
I added @silk_profile decarators and silk_profile contexts, but page
silk/profiling/
is still emptyThe text was updated successfully, but these errors were encountered: