# django_project_template **Repository Path**: best-wish/django_project_template ## Basic Information - **Project Name**: django_project_template - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-06 - **Last Updated**: 2022-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用说明 ## 1. 替换名称 将`dark_link_check_backstage`全局替换为`新项目的名称` ## 2. 配置文件`config.ini` `config.ini`中必须包含以下内容 ```editorconfig [mysql] MYSQL_NAME=dark_link_check_backstage MYSQL_HOST=127.0.0.1 MYSQL_PORT=3306 MYSQL_USER=root MYSQL_PASSWORD= ``` ## 3. 安装依赖 ```bash # 安装依赖环境 # 安装xadmin # 调整django的xadmin组件内部到处的版本 pip install -r requirements\requirements.txt pip install -i https://mirrors.aliyun.com/pypi/simple/ git+https://gitee.com/best-wish/xadmin@django2 pip install -i https://mirrors.aliyun.com/pypi/simple/ django-import-export==2.4.0 ```