[Django]-Using statprof to profile a Django view – can not use signals in thread

0👍

If you do ./manage.py runserver --noreload when using statprof, it will run the development server in a single thread and work around this issue.

Leave a comment