Flask Toastr:使用Flask的Flash和Toastr显示非阻塞通知 源码
烧瓶吐司 使用在模板中显示Flask的Flash非阻塞通知。 捐款以帮助维持该项目。 快速开始 步骤1:初始化扩展程序: from flask_toastr import Toastr toastr = Toastr(app) 步骤2:在基本模板的<head>和<body>部分的底部,添加以下代码: < html > < head > {{ toastr.include_jquery() }} {{ toastr.include_toastr_css() }} {{ toastr.message() }}
文件列表
Flask-Toastr-master.zip
(预估有个9文件)
Flask-Toastr-master
example
app.py
443B
templates
index.html
343B
requirements.txt
19B
tests
test_flask_toastr.py
0B
flask_toastr.py
4KB
LICENSE
1KB
暂无评论