I'm changing my development server over to production, and I'm getting a 
500 error page as soon as I set DEBUG=False in the settings.

I've been googling around, and have already checked 
here: 
http://stackoverflow.com/questions/15128135/django-setting-debug-false-causes-500-error

I have set ALLOWED_HOSTS = [], and also tried ALLOWED_HOSTS = [*] but 
neither solves the 500 server errors.

I have a custom 500 and 404 template written. The error log isn't showing 
anything on the server. I'm tearing my hair out a little on this one. Are 
there any other settings that could be triggering a problem when I switch 
off debug mode?

Thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to