# python3-django2-study **Repository Path**: mrning001/python3-django2-study ## Basic Information - **Project Name**: python3-django2-study - **Description**: python3 django2 结合jieba,wordcloud讲excel中内容分词后生成词云,显示到web页面 - **Primary Language**: Python - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2019-03-08 - **Last Updated**: 2022-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README # python3-django2-study #### 介绍 python3 django2 结合jieba,wordcloud讲excel中内容分词后生成词云,显示到web页面 使用前准备工作: 1. 安装好python3 2. 安装好mysql 3. 切换到项目根目录下,然后在命令行里面执行 【python libsinstall.py】安装必要的包 4. 建表、添加字段命令 提交sql命令:python manage.py makemigrations staffadmin 应用:python manage.py migrate 如有疑问,请留言交流