1 """Setup the townsquare application"""
4 from townsquare
.config
.environment
import load_environment
6 log
= logging
.getLogger(__name__
)
8 def setup_app(command
, conf
, vars):
9 """Place any commands to setup townsquare here"""
10 load_environment(conf
.global_conf
, conf
.local_conf
)