people

时间:2024-03-30 02:11:19
【文件属性】:

文件名称:people

文件大小:30KB

文件格式:ZIP

更新时间:2024-03-30 02:11:19

Python

人们 在系统中管理人员的模块。 它与专业人士一起使用基本人员类别。 用法 以下假设您正在为数据库使用sqlite 。 本地运行 创建一个virtualenv 运行pip install -r requirements.txt 如果使用Windows,请运行set FLASK_APP=people.py ,否则export FLASK_APP=people.py 运行flask run 您应该能够通过http://127.0.0.1:5000访问graphql控制台 运行Docker容器 如果计划在两次运行之间保留数据,则需要创建一个Docker卷并将其安装在容器中。 创建一个Docker卷, docker volume create {volume name} 。 例如, docker volume create sqlite_data 。 构建容器, docker bui


【文件预览】:
people-master
----people.py(2KB)
----Dockerfile(542B)
----.gitignore(1KB)
----README.md(2KB)
----.github()
--------workflows()
----migrations()
--------alembic.ini(770B)
--------script.py.mako(494B)
--------env.py(3KB)
--------versions()
--------README(38B)
----tests()
--------unit()
--------__init__.py(0B)
--------integrations()
----seed()
--------sport.json(846B)
--------demo()
----LICENSE(1KB)
----app()
--------schema.py(16KB)
--------routes.py(496B)
--------__init__.py(445B)
--------database.py(4KB)
----pytest.ini(55B)
----config-sample(3KB)
----bandit.yml(16B)
----.coveragerc(658B)
----requirements.txt(132B)
----helpers()
--------utils.py(563B)
--------__init__.py(0B)
----.codacy.yml(0B)
----entrypoint.sh(121B)
----test_requirements.txt(158B)
----.pylintrc(284B)

网友评论