Frappe- 全栈 Web 应用框架
Frappe- 全栈 Web 应用框架
Frappe 是使用 Python 和 MariaDB 开发的全栈 Web应用框架,集成了服务端和客户端。
使用 Frappe 创建的应用目录结构:
.├── MANIFEST.in├── README.md├── library_management│ ├── __init__.py│ ├── config│ │ ├── __init__.py│ │ └── desktop.py│ ├── hooks.py│ ├── library_management│ │ └── __init__.py│ ├── modules.txt│ ├── patches.txt│ └── templates│ ├── __init__.py│ ├── generators│ │ └── __init__.py│ ├── pages│ │ └── __init__.py│ └── statics├── license.txt├── requirements.txt└── setup.py
启动应用:
$ bench start13:58:51 web.1 | started with pid 2213513:58:51 worker.1 | started with pid 2213613:58:51 workerbeat.1 | started with pid 2213713:58:52 web.1 | * Running on http://0.0.0.0:8000/13:58:52 web.1 | * Restarting with reloader13:58:52 workerbeat.1 | [2014-09-17 13:58:52,343: INFO/MainProcess] beat: Starting...
访问应用:
登录后界面:
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~