跳转到主要内容

getitfixed

项目描述

文档

构建文档

cd getitfixed/docs
make html

演示: https://geomapfish-demo.camptocamp.com/getitfixed/getitfixed/issues

演示管理员: https://geomapfish-demo.camptocamp.com/getitfixed/getitfixed_admin/issues

创建开发实例

git clone git@github.com:camptocamp/getitfixed.git
cd getitfixed
make meacoffee

公共接口应在以下地址可用: http://localhost:8080/getitfixed/issues

管理接口应在以下地址可用: http://localhost:8080/getitfixed_admin/issues

生成新的alembic修订版

生成新的alembic修订版

docker-compose run --rm --user `id -u` getitfixed \
    alembic -c /app/alembic.ini -n getitfixed revision --autogenerate -m 'First revision'

现在升级数据库

docker-compose run --rm --user `id -u` getitfixed \
    alembic -c /app/alembic.ini -n getitfixed upgrade head

电子邮件

在开发中我们使用自定义SMTP服务器。所有电子邮件都将在以下地址可用

http://localhost:8082/webmail/?_task=mail&_mbox=INBOX

0.0

  • 初始版本

项目详情


发布历史 发布通知 | RSS源

下载文件

下载适用于您平台的文件。如果您不确定选择哪个,请了解更多关于安装包的信息。

源分发

getitfixed-1.0.29.tar.gz (177.3 kB 查看散列)

上传时间

构建分发

getitfixed-1.0.29-py2.py3-none-any.whl (196.1 kB 查看散列)

上传时间 Python 2 Python 3

支持