jazzband / django-silk

Silky smooth profiling for Django
MIT License
4.35k stars 333 forks source link

Runtime error for python version 3.10 and latest Django version. #648

Open rupeshkumar1995 opened 1 year ago

rupeshkumar1995 commented 1 year ago

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

rupeshkumar1995 commented 1 year ago

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

ajaykarthikr commented 1 year ago

@rupeshkumar1995 Could you show your code.