# 自动化发布小说平台 **Repository Path**: ctnc/am-relesses ## Basic Information - **Project Name**: 自动化发布小说平台 - **Description**: 自动化发布小说平台 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-24 - **Last Updated**: 2024-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 环境 名称|版本 -|- Mysql|8.0 Conda|24.5.0 Redis|5.0以上 # 安装步骤 ## 安装python环境 conda env create -f environment.yml ## 执行数据库迁移 在settings.py中配置数据和Redis python makemigrations python migrate ## 运行 celery -A fly beat -l info celery -A fly worker -l info python manage.py runserver