【发布时间】:2013-10-05 23:49:16
【问题描述】:
我想在使用Bottle 和MongoDB 的Python 应用程序中设置用户配置文件。
我搜索过:
create users profile in bottle python
但大多数链接与Flask 相关。
我是 Bottle 新手,需要 'from the ground up' 介绍 user profiles 的特定主题 Bottle。
我知道路由是用来触发函数的,并且已经让其中的几个路由和函数正常工作。
如果有人能在MongoDB 环境中为理解和在Bottle 框架内实现user profiles 提供一个新手友好指南,我将不胜感激。
【问题讨论】:
标签: mongodb python-2.7 bottle user-profile