You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello,
I am using LiveServerTestCase (Django 1.9) for unit-test and I see that some of the tests get 500 from the server. How could I read the live server logs to understand the origin of 500? There is DEBUG=True in my settings, but not any output from the server.