Frappe全棧 Web 應(yīng)用框架
Frappe 是使用 Python 和 MariaDB 開發(fā)的全棧 Web 應(yīng)用框架,集成了服務(wù)端和客戶端。
使用 Frappe 創(chuàng)建的應(yīng)用目錄結(jié)構(gòu):
. ├── 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
啟動應(yīng)用:
$ bench start 13:58:51 web.1 | started with pid 22135 13:58:51 worker.1 | started with pid 22136 13:58:51 workerbeat.1 | started with pid 22137 13:58:52 web.1 | * Running on http://0.0.0.0:8000/ 13:58:52 web.1 | * Restarting with reloader 13:58:52 workerbeat.1 | [2014-09-17 13:58:52,343: INFO/MainProcess] beat: Starting...
訪問應(yīng)用:
登錄后界面:
評論
圖片
表情
