I catch an error whenever I turn my project to DEBUG = False, and since no exceptions are printed, all I get is a You need to create a 500.html template. error message. How can I see the stacktrace of the original error in the manage.py runserver output?
Alternatively, can I create a 500 template which prints out the exception?
As per @Cat Plus Plus, I needed to set up my SMTP connection to get email notifications of the errors. They included the stacktraces I needed to hear.