flask框架小案例(BookAuthor)使用蓝图

时间:2021-12-30 16:30:18
【文件属性】:
文件名称:flask框架小案例(BookAuthor)使用蓝图
文件大小:10KB
文件格式:RAR
更新时间:2021-12-30 16:30:18
Python flask 小案例 在Windows环境下,使用Python安装flask框架,进行web开发。 一个小案例,操作数据库(作者与书籍信息)。 使用蓝图,进行了模块划分。 整个文件结构简单明了。
【文件预览】:
flaskapp
----app.py(474B)
----myapp.wsgi(121B)
----test()
--------__pycache__()
--------__init__.py(28B)
--------testdata.py(856B)
----static()
--------css()
--------pic()
--------js()
----database()
--------__pycache__()
--------__init__.py(28B)
--------db_ab.py(545B)
----book()
--------delete_book.py(463B)
--------index.py(853B)
--------__pycache__()
--------__init__.py(225B)
----__init__.py(28B)
----myconfig()
--------myconfig.py(301B)
--------__pycache__()
--------__init__.py(28B)
----delete_book.wsgi(121B)
----forms()
--------AuthorBookForm.py(449B)
--------__pycache__()
--------__init__.py(28B)
----templates()
--------author_book.html(821B)

网友评论