I'm trying to serve my Django 3.2 application using gunicorn
on my localhost. First time, it ran correctly. Later, I changed DEBUG parameter to False in settings.py
and I run it again. This time it gives me a server error. In terminal there is no error. See the pictures below. Why is this happening ? How to fix this ?
settings.py
terminal