# House_rent_dev **Repository Path**: dev_pro_max/house_rent_dev ## Basic Information - **Project Name**: House_rent_dev - **Description**: 基于flask开发的房屋租赁网站项目源码 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-06-06 - **Last Updated**: 2025-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 使用&开发 说明 1. 克隆到本地 2. 如果是用 pycharm 可能需要在设置里配置python解释器(我是要这样的) 3. venv也给出来了,按道理来说不用再下依赖,如果要下依赖,点进每个py文件里面(一般是开头),在报错的地方 ALT+Enter 选择下载软件包就可以了。 4. 记得先准备好数据库 - 数据库自建,名字叫house,运行house.sql就行 - utils/dbutil.py 记得改数据库密码(数据库配置文件) 5. 启动文件是 house_rent/tornadoServer.py 6. 我这里在house_rent外面又套了一层文件夹(因为单单打开house_rent 的话 pycharm 不能识别成一个项目……) 后台地址: http://localhost:9000/admin/index 前台:http://localhost:9000 有什么问题欢迎随时提出交流