Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / dashboard / config / environment.py @ 805cc54a

History | View | Annotate | Download (287 Bytes)

1
# -*- coding: utf-8 -*-
2
"""WSGI environment setup for dashboard."""
3

    
4
from dashboard.config.app_cfg import base_config
5
from tg import request
6
__all__ = ['load_environment']
7

    
8
#Use base_config to setup the environment loader function
9

    
10
load_environment = base_config.make_load_environment()