[Answered ]-How to troubleshoot django 'internal server error'

1👍

this is what works for me.

if django returns a debug screen I use that.

if I just get the ‘internal server error’ message I run python3 /home/django/django_project/manage.py check

Leave a comment