文件名称:BEW-1.2-Auth-Work
文件大小:541KB
文件格式:ZIP
更新时间:2024-03-26 05:04:33
Python
作业3:杂货店 有关如何完成此作业的说明,请参见。 要运行此代码,请首先将此存储库克隆到您的计算机。 然后在终端中,导航到项目文件夹。 要安装依赖项,请运行: pip3 install -r requirements.txt 然后将.env.example文件重命名为.env : cp .env.example .env 然后,您可以运行服务器: python3 app.py
【文件预览】:
BEW-1.2-Auth-Work-main
----.gitignore(2KB)
----app.py(80B)
----README.md(529B)
----Procfile(21B)
----__init__.py(0B)
----requirements.txt(329B)
----grocery_app()
--------config.py(320B)
--------models.py(2KB)
--------forms.py(2KB)
--------static()
--------database.db(24KB)
--------utils.py(291B)
--------routes.py(5KB)
--------__init__.py(785B)
--------templates()