Files
puppetboard/wsgi.py
Raphaël Pinson dfaf6daec1 Add wsgi.py and Dockerfile (#187)
* Add a sample wsgi.py

* Add a sample Dockerfile making use of wsgi.py

* Use 'puppetdb' as default location for PUPPETDB_HOST
2016-06-23 20:52:11 -04:00

4 lines
96 B
Python

from __future__ import absolute_import
import os
from puppetboard.app import app as application