Skip to content

Instantly share code, notes, and snippets.

@arxcruz
Created June 16, 2014 17:51
Show Gist options
  • Save arxcruz/781237813f0a2c2d88d4 to your computer and use it in GitHub Desktop.
Save arxcruz/781237813f0a2c2d88d4 to your computer and use it in GitHub Desktop.
puppetboard wsgi.py
from __future__ import absolute_import
import os
# Needed if a settings.py file exists
os.environ['PUPPETBOARD_SETTINGS'] = '/var/www/puppetboard/settings.py'
from puppetboard.app import app as application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment