1 2 3 4 5 6 7
settings = { "debug": True, "template_path": "templates", "static_path": "static", "cookie_secret": "toto", "login_url": "/login" }