jazzband / django-silk

Silky smooth profiling for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime error for python version 3.10 and latest Django version.

rupeshkumar1995 opened this issue · comments

RuntimeError: Model class silk.models.Request doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.

i am getting error while running gunicorn.
please help

i have added silk in installed apps and middleware under middlewares.

@rupeshkumar1995 Could you show your code.