Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Python Eve 构建 REST API Web 服务。我有使用 Lithium(PHP 框架)和 Ruby on Rails 的经验,但我正在努力找出与 Python Eve 一起使用的正确文件夹结构。关于将模型和控制器放在哪里的任何建议(主要是前/后挂钩)。
你看过Eve 演示源代码吗?应该足以让你开始。然后可以将挂钩添加到run.py脚本中,请参阅文档。一个更复杂的应用程序(目前还不是很多)是Adam,但仍在进行中。
run.py