Removed wsgi/ -- we already have a wsgi adaptor in place under ietf/

- Legacy-Id: 6275
This commit is contained in:
Henrik Levkowetz 2013-09-26 19:58:50 +00:00
parent be3cff19d1
commit 5206920a96

View file

@ -1,12 +0,0 @@
import site
site.addsitedir('/data/pythonenv/IETFDB/lib/python2.6/site-packages')
import os, sys
sys.path.append('/data/orlando/orlando/current')
os.environ['DJANGO_SETTINGS_MODULE'] = 'ietf.settings'
import django.core.handlers.wsgi
application = django.core.handlers.wsgi.WSGIHandler()