文件名称:testview
文件大小:24KB
文件格式:ZIP
更新时间:2024-04-09 09:43:32
Python
测试视图 后端 in backend/ run: (with python 3.6) python -m venv env then: (You will need to do this every new terminal) source env/bin/activate (Linux/MacOS) or env\Scripts\activate (Windows) Now, install the requirements: pip install -r requirements.txt Change the username and password of the database in config.py run: python migrate.py Now the pro
【文件预览】:
testview-master
----.gitignore(33B)
----README.md(620B)
----backend()
--------app.py(1KB)
--------models.py(619B)
--------app.yaml(71B)
--------resources()
--------Insomnia_config.json(21KB)
--------requirements.txt(109B)
--------config.py(185B)
--------README.md(1KB)
--------migrate.py(200B)
--------modelsFolder()