Files @ 456d1c163077
Branch filter:

Location: website/conservancy/wsgi.py

bsturmfels
Remove outdated copy of Apache config

This isn't being deployed from the repository and is a couple of servers out of date.
"""WSGI config for project project.

It exposes the WSGI callable as a module-level variable named ``application``.
"""

import os

from django.core.wsgi import get_wsgi_application

os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'conservancy.settings')

application = get_wsgi_application()