# ezmock **Repository Path**: ymang/ezmock ## Basic Information - **Project Name**: ezmock - **Description**: python2.7+Django1.11的mock平台 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EZMock 基于Django搭建的mock服务 针对JSON格式的数据进行mock python版本2.7.17 1. 获取依赖 ```shell script pip install -r requirements.txt ``` 2. 创建admin账号 ```shell script python manage.py createsuperuser ``` 3. 配置返回报文 在http://127.0.0.1:8000/admin/下配置对应的url与返回报文