test.wsgi
author Tero Marttila <terom@fixme.fi>
Fri, 04 Jan 2013 22:38:44 +0200
changeset 67 3324ed10c42f
parent 17 29f0cf9220e0
permissions -rw-r--r--
pvl.syslog.parser: missing hostname in 'last message repeated ... times' messages
"""
    WSGI entry point
"""

import pvl.verkko.wsgi

DATABASE_READ = 'postgresql://verkko_dev:iphie5Aa1ohquahd@localhost/verkko_dev'

application = pvl.verkko.wsgi.Application(DATABASE_READ)