import os, sys
activate_this = '/home/wtase/python/bin/activate_this.py'
with open(activate_this) as f:
     exec(f.read(), {'__file__': activate_this})
sys.path.insert(0, os.path.join('/home/wtase/domains/xn--b1alfelg.xn--p1ai/klinovproject/'))
os.environ['DJANGO_SETTINGS_MODULE'] = 'klinovproject.settings'
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()