2019 沙盒后端 API
项目描述
hackoregon_sandbox
2019 沙盒后端 API
文档
完整文档位于 < http://hackoregon.github.io/ >2019-sandbox-backend
特征
- TODO(添加您的项目所做的事情)
数据源
在您自己的 Django 项目中安装包的快速入门(非黑客
俄勒冈工作流程)
安装 hackoregon_sandbox:
点安装 hackoregon_sandbox
将子包添加到您的INSTALLED_APPS
:
```python INSTALLED_APPS = ( ... 'api', ... ) ```
添加 hackoregon_sandbox 的 URL 模式:
```python 从 hackoregon_sandbox.api 导入 urls 作为 api_urls urlpatterns = [ ... url(r'^', include(api_urls)), ... ] ``
使用匹配的架构设置您的数据库
运行项目
运行测试
这个 repo 使用 pytest 和 pytest-django 来运行测试。
对于项目开发工作,测试将使用 bin/test.sh 脚本在 docker 容器中运行:
学分
用于渲染此包的工具:
变更日志
0.1.0 (2019-05-29) ++++++++++++++++++++
- PyPI 上的第一个版本。
项目详情
关
hackoregon_sandbox -1.64.tar.gz 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | d89cd5087576c744dcfd441017bf7a7d31587ce8fcad8dddc491cf718939fcda |
|
MD5 | 8f712438a870b0ffb0e09acd4305454c |
|
布莱克2-256 | e9e7620dd04a47b0bf741c73152077cabdc3f45fea23bf277b59cd51ec2319b2 |
关
hackoregon_sandbox -1.64-py2.py3-none-any.whl 的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 46c7b609c4212c9e704acbea4abfd5122f716ce79eca2fa45068ed8e06a511d3 |
|
MD5 | 0bebe4a02a136e716accec23354422e9 |
|
布莱克2-256 | d09156231f1d345bc5e6bbc586ab8003c64645f06b49c12d366ff3a885d71526 |