# APP用户行为数据分析 **Repository Path**: hanqiemail/AppUserBehaviorDataAnalysis ## Basic Information - **Project Name**: APP用户行为数据分析 - **Description**: APP用户行为数据分析 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://gitee.com/eli-turpan - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-24 - **Last Updated**: 2022-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # APP用户行为数据分析 #### 介绍 APP用户行为数据分析 #### 软件架构 Python的Django框架,MySQL数据库,Echarts数据可视化,APScheduler任务管理,Element UI框架 #### 任务 App用户行为数据分析---差不多已完成 App数据可视化---差不多已完成 App数据接入---差不多已完成 #### 相关链接 1. [ECharts示例](https://echarts.apache.org/examples/zh/index.html) 2. [Element组件](https://element.eleme.cn/#/zh-CN/component/installation) 3. [百度移动统计](https://mtj.baidu.com/web/welcome/login) #### 笔记 先创建好数据表 自动生成模型(反向生成modles类) `python manage.py inspectdb` 数据迁移 `python manage.py makemigrations` `python manage.py migrate` 创建一个新用户,用来登录Django管理网站,进入manage.py目录下,使用: `python manage.py createsuperuser` 最后运行`python manage.py runserver` #### 界面效果 ![截图](yulan/jietu01.png) ![截图](yulan/jietu02.png) ![截图](yulan/jietu03.png) ![截图](yulan/jietu04.png) ![截图](yulan/jietu05.png)