티스토리 툴바


블로그 이미지
lilla

Recent Comment

Recent Trackback

Archive

calendar

1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
  • 47,374total
  • 5today
  • 45yesterday
2011/12/01 17:20 web
http://www.ugoon.net/study/guide/css_selector.php#selector1
posted by linuxian lilla
2011/11/26 03:08 web/tornado
http://www.baigreen.com/ko/2011/07/19/610138

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
        )
 
posted by linuxian lilla
 <PREV 1 2 3 4 5 ... 133    NEXT>