inklesspen (owner)

Revisions

gist: 227209 Download_button fork
public
Public Clone URL: git://gist.github.com/227209.git
Embed All Files: show embed
Python #
1
2
3
4
5
6
7
8
9
from paste.deploy import appconfig
 
from MYAPP.config.environment import load_environment
 
conf = appconfig('config:' + 'PATH_TO_DEVELOPMENT.INI')
load_environment(conf.global_conf, conf.local_conf)
 
from MYAPP.model import *