杂货店

时间:2021-02-12 09:47:11
【文件属性】:
文件名称:杂货店
文件大小:539KB
文件格式:ZIP
更新时间:2021-02-12 09:47:11
Python 作业3:杂货店 有关如何完成此作业的说明,请参见。 要运行此代码,请首先将此存储库克隆到您的计算机。 然后在终端中,导航到项目文件夹。 要安装依赖项,请运行: pip3 install -r requirements.txt 然后将.env.example文件重命名为.env : cp .env.example .env 然后,您可以运行服务器: python3 app.py
【文件预览】:
grocery-store-main
----app.py(80B)
----__init__.py(0B)
----grocery_app()
--------models.py(2KB)
--------utils.py(291B)
--------templates()
--------static()
--------__init__.py(609B)
--------database.db(12KB)
--------config.py(331B)
--------routes.py(4KB)
--------forms.py(2KB)
----requirements.txt(312B)
----.gitignore(2KB)
----README.md(529B)

网友评论