First time here? Check out the FAQ!

DmitryD's profile - activity

2013-11-04 10:17:37 -0500 received badge Nice Answer ( source )
2013-09-02 10:51:19 -0500 received badge Teacher ( source )
2013-09-02 10:51:19 -0500 received badge Necromancer ( source )
2013-08-19 07:36:11 -0500 answered a question Strange error in Deploying with Apache + WSGI and Debug = False

Well, got it. If DEBUG=True 'askbot.context.application_settings' not loaded. It's caused by missed https://docs.djangoproject.com/en/1.5/ref/settings/#std:setting-ALLOWED_HOSTS (ALLOWED_HOSTS) setting.

Having correct ALLOWED_HOSTS fixes issue.

2013-08-19 06:11:27 -0500 commented question Strange error in Deploying with Apache + WSGI and Debug = False

I have the same, there is no errors when DEBUG=True Did anybody managed to solve this issue?