Skip to content

Instantly share code, notes, and snippets.

@brylor
Created October 24, 2014 17:18
Show Gist options
  • Save brylor/63393915044d3818eddf to your computer and use it in GitHub Desktop.
Save brylor/63393915044d3818eddf to your computer and use it in GitHub Desktop.
WSGIScriptAlias / /home/hypnosb/RTV2/rtv2/rtv2/wsgi.py
WSGIDaemonProcess hypnosb.example.com python-path=/home/hypnosb/RTV2/rtv2:/home/hypnosb/RTV2.env/lib/python2.7/site-packages processes=2 threads=15 display-name=%{GROUP}
WSGIProcessGroup hypnosb.example.com
import os
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "rtv2.settings")
from django.core.wsgi import get_wsgi_application
application = get_wsgi_application()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment