run askbot using gunicorn + nginx    
  Hello,
I am trying to install askbot in one server using gunicorn + nginx. When I run, I see an error about ASKBOT_LANGUAGE variable.
I can use gunicorn to deploy askbot??
Best Regards
Comments
The error has nothing to do with gunicorn or nginx. Remove
askbot.middleware.locale.LocaleMiddlewarebtw, it is disabled in the default settings template file.