First time here? Check out the FAQ!

Revision history  [back]

Please provide me valid wsgy.py contents for Gunicorn

Dear Askbot Team,

Please provide me valid wsgy.py file contents for Askbot that is working properly with the Gunicorn.

Eg. like this sample file contents wsgy.py for django

import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "django_project.settings")

from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()

Thanks..