Files @ 5479785cc100
Branch filter:

Location: website/conservancy/wsgi.py

bsturmfels
Add default line-height to <li> elements

They currently look too tight compared with paragraph text.
"""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.prod')

application = get_wsgi_application()