[Answer]-Django deployment issues with linux mod_wsgi

1👍

To Deploy Django on debug=False. You have to include a 500.html template in one of your template paths. You can just create an empty file named 500.html

More Info in the docs:

https://docs.djangoproject.com/en/dev/topics/http/views/#the-500-server-error-view

Leave a comment