文件名称:api:用于SisComando的RESTful API
文件大小:38KB
文件格式:ZIP
更新时间:2024-06-05 01:51:08
Python
SisComando API 用于的RESTful API。 该API使用一个Python REST API框架。 在我们使用它的MongoDB上,它可以正常工作。 但是您可以使用关系SQL数据模型,请参阅 。 请参阅官方文档。 要求 Python 2.7 雷迪斯 MongoDB的 安装 遵循步骤。 1.创建virutalenv $ virtualenv siscomando_api $ cd siscomando_api/ $ source bin/activate 2.下载API $ git clone https://github.com/siscomando/api.git $ cd api/ 3.安装需求库 $ pip install -r requirements.txt 必要时更改settings.py。 (例如:数据库名称等) 5.将EVE_SETTINGS导
【文件预览】:
api-master
----.travis.yml(179B)
----README.rst(2KB)
----docs()
--------issues.rst(10KB)
--------comments.rst(16KB)
--------conf.py(12KB)
--------make.bat(7KB)
--------Makefile(7KB)
--------users.rst(5KB)
--------index.rst(7KB)
----api()
--------utils.py(1KB)
--------__init__.py(4KB)
--------settings.py(1KB)
--------schemas.py(4KB)
--------resources.py(6KB)
--------tests.py(33KB)
--------hooks.py(7KB)
----requirements.txt(54B)
----setup.py(1KB)
----manage.py(2KB)
----.gitignore(186B)