# education_web **Repository Path**: danjiangqyy/education_web ## Basic Information - **Project Name**: education_web - **Description**: 教育系统线上开发+django后端 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-31 - **Last Updated**: 2022-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, Django, Docker, celery ## README # education_web #### 介绍 #### 软件架构 软件架构说明 #### 安装教程 ``` git clone https://gitee.com/danjiangqyy/education_web.git ``` #### 服务端配置 服务端使用 Django + Uwsgi + celery 的框架 #### 初始化数据 ``` # 安装依赖 pip install -r requirement.txt # 初始化数据库 python manage.py makemigrations python manage.py migrate # 创建管理员用户 python manage.py createsuperuser # 启动服务 python manage.py runserver 0.0.0.0:8000 ``` #### 后台管理地址 http://127.0.0.1:8000/admin