Open
Description
Hi,
When copying the Sample project and doing two changes to the settings.py
:
changing debug:
DEBUG = False
allowing hosts:
ALLOWED_HOSTS = ['*']
and starting that with Apache if fails with a 500 internal server error. Works when debug = true. Looks like there could be a lot of different reasons as to why this is happening.
Any clue into why?