# xiaozhai
**Repository Path**: zhangyuntt/xiaozhai
## Basic Information
- **Project Name**: xiaozhai
- **Description**: No description available
- **Primary Language**: Python
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2020-03-25
- **Last Updated**: 2024-03-10
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 小宅记账
#### 介绍
小宅记账是一款特殊的记账小程序(欠款的记账小程序)。该项目是一个基于微信小程序 + WeUI+Django的记账工具,兼容所有可运行微信的设备,以下简称小宅记账。
小宅记账的前端在https://gitee.com/zhangyuntt/xiaozhai_qianduan.git
小宅记账的数据库是用的mysql数据库,通过小程序的Request与[小宅记账后端](https://gitee.com/zhangyuntt/xiaozhai.git)进行通信
> 注意:[小宅记账小程序](https://gitee.com/zhangyuntt/xiaozhai_qianduan.git)必须与[小宅记账后端](https://gitee.com/zhangyuntt/xiaozhai.git)配套使用,不能单独工作。
#### 软件架构
使用WeUI作为前端框架,使用Django-drf作为后端框架
#### 项目说明
小宅记账小程序基于微信开发者工具开发,安装与使用请参见微信官方资料。
官方文档: https://mp.weixin.qq.com/debug/wxadoc/dev/
开发工具: https://mp.weixin.qq.com/debug/wxadoc/dev/devtools/download.html
#### 已有的功能展示
##### 记账
##### 首页
##### 查询
搜索后的页面
##### 用户设置
##### 分类编辑
##### 分类详情和添加
##### 首页显示内容设置
##### 更换头像
##### 密码修改
##### 用户名修改
##### 好评工具
#### 安装教程
1. pip install-i requirements.txt (后期生成)
#### 参考
* [Base64](http://en.wikipedia.org/wiki/Base64)
* [ECharts](https://github.com/ecomfe/echarts-for-weixin)
* [iconfont](http://www.iconfont.cn/)
* [WeChat](https://mp.weixin.qq.com/debug/wxadoc/dev/index.html)
* [WeUI](https://github.com/Tencent/weui)
* [we-cropper](https://github.com/we-plugin/we-cropper)