So my site shows up fine with DEBUG = True
, but I get a 200 server error when I change it to False. I've been reading around and saw that 500 errors are common but I can't find anything on a 200 error. My local_settings.py file doesn't have an ALLOWED_HOSTS area, so I put one in as well as my servers IP address, but still get the same issue. Here's my traceback.
[Thu May 16 16:21:10 2013] [error] /home/cleathers89/.envs/beak_mezz/lib/python2.7/site-packages/mezzanine/utils/conf.py:48: UserWarning: You haven't defined the ALLOWED_HOSTS settings, which Django 1.5 requires. Will fall back to the domains configured as sites.
I also looked into the conf.py file where it tells me the error is coming from, but I don't think I'm supposed to edit that. I'm a total noob to servers so any help would be much appreciated.