import os, sys
DISPATCH = os.path.dirname(os.path.abspath(__file__))
sys.path.insert(0, os.path.join(DISPATCH,'../../wsgi_apps/'))
sys.path.insert(0, os.path.join(DISPATCH,'../../wsgi_apps/[project_name]/'))
os.environ['DJANGO_SETTINGS_MODULE']='
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()
hasta!