2011/11/26 03:08
web/tornado
http://www.baigreen.com/ko/2011/07/19/610138
import tornado.autoreload
import tornado.autoreload
settings = dict(
blog_title=u"bubble Talk",
template_path=os.path.join(os.path.dirname(__file__), "templates"),
static_path=os.path.join(os.path.dirname(__file__), "static"),
ui_modules={"Entry": EntryModule},
#이건 보안을위해 사용하는 건데 우리른 끄고사용한다.
xsrf_cookies=False,
cookie_secret="11oETzKXQAGaYdkL5gEmGeJJFuYh7EQnp2XdTP1o/Vo=",
login_url="/auth/login",
debug = True
)