Simpleweb

来自开放百科 - 灰狐
2007年2月23日 (五) 22:26Allen (讨论 | 贡献)的版本

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到: 导航, 搜索

simpleweb: A simple python wsgi compliant web framework, inspired by Django, Turbo Gears and Web.py

Functions

  • db_plugin

support for two ORMs, SqlObject and SqlAlchemy.

from simpleweb.plugins import dblayer
db_plugin = dblayer.SqlObjectDB('mysql://foouser:foopass@localhost/foodb')
  • template_plugin
from simpleweb.plugins import template
template_plugin = template.Cheetah()
  • auth_plugin
from simpleweb.plugins import auth
auth_plugin = auth.SimpleAuth()

......

http://simpleweb.essienitaessien.com/

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱