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
Source:stackexchange.com
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