• 求介绍啊

  • 我们这边主要用的是 Python + VUE

  • 😀 老熟人

  • 😁 看着头像看不出你是哪位

  • PPT 对比视频上的 PPT 缺少了一些

  • PPT 错了

  • Python API 自动化 at 2018年06月28日

  • Python API 自动化 at 2018年04月24日

    😂 😂 现在我们这里新的项目统一用了小写了, 项目的 app 名字也用小写了,PBS_Dynamic 这是 app 名字,linux 区分大小写,而 Windows 不区分大小写, 用 python manage.py migratelinux 下执行生成表的时候, 他生成的表名就是PBS_Dynamic_testcase, 在 windows 执行生成表的时候,他生成的表名是 pbs_dynamic_testcase

  • Python API 自动化 at 2018年03月21日

    由于比较忙还没去细写文档,等空闲下来补充上

  • Python API 自动化 at 2018年03月05日

    1、你选择的是 更新Host 项,这个项是配置机器的 host, 比如 系统做了均衡负载,会分流数据, 此时你想访问具体一台的服务地址时,即可绑定你想要的 IP 并不是接口的 url 地址 如

    2、你需要接口的 url 配置在 环境数据 这个项中 如

    3、这个是一个 用例 的例子

  • Python API 自动化 at 2018年02月05日

    那么明显的问题, 没安装 celery ,requirements.txt 里面是有的,你确定安装了吗?

  • Python API 自动化 at 2018年02月02日

    👍 已改

  • Python API 自动化 at 2018年01月26日

    去 项目地址 https://github.com/wangxinglong007/WAPI 下载 mysql 语句 , 并按照这个要求去操作!

  • Python API 自动化 at 2018年01月18日

    你要看下 setting.py 文件, 我在 github 里面还特意写出来了 xxx 需要配置你自己的数据库。。

  • Python API 自动化 at 2018年01月15日

    QQ: 474209564 但是 QQ 上的不多,
    微信比较多,微信号:15767893039

  • Python API 自动化 at 2018年01月13日

    还有就是 我没有提供 mysql 的各种表,你在部署好项目后, 要先把 PBS_Dynamic/migrations/0001_initial.pySOAP_API/migrations/0001_initial.py 文件删除,在执行下 python manage.py makemigrations 重新生成,然后 python manage.py migrate 同步下数据库表

  • Python API 自动化 at 2018年01月13日

    最近有点忙 回复有点慢
    在你 python 安装目录下
    Python27\Lib\site-packages\djcelery\app.py 文件中修改点东西就 ok 了 :

    # -*- coding: utf-8 -*-
    from __future__ import absolute_import, unicode_literals
    
    from celery import current_app
    from django.apps import AppConfig
    
    #: The Django-Celery app instance.
    app = current_app._get_current_object()
    
    class DjceleryConf(AppConfig):
        name = 'djcelery'
        verbose_name = u'任务系统'
    
  • Python API 自动化 at 2018年01月08日

    谢谢!嗯我也觉得是,后面我们会更新前端页面! 欢迎提意见

  • Python API 自动化 at 2018年01月08日

    Django admin 后台直接就是一个系统,可以二次开发,可以换各种皮肤等,😁 😁