# auto_rent_api **Repository Path**: michaelben/auto_rent_api ## Basic Information - **Project Name**: auto_rent_api - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 在你的Python环境下安装该项目所用依赖(packages.txt) ```python pip install -r packages.txt ``` ## 数据库配置 ```python 1、创建数据库名为 whale,编码采用 utf-8 2、创建该数据库操作用户:账号 - whale 密码 - Michael123? 3、完成数据库迁移:python manage_prod.py migrate 4、创建超级管理员:python manage_prod.py createsuperuser 5、自行添加测试数据(/xadmin) ``` ```sql ```