# pythonshop **Repository Path**: awebster/pythonshop ## Basic Information - **Project Name**: pythonshop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-02-01 - **Last Updated**: 2021-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python- 1.请先根据plist.txt安装环境。 2.然后根据下面网址配置分词和全文检索。 3.生成迁移文件 python manage.py makemigrations 4.执行迁移 python manage.py migrate 5.创建后台管理 python manage.py createsuperuser 前台账号密码 商品信息等 请自行添加。。 包括前台和后台,前台商城搜索使用Jieba分词和whoosh搜索引擎。 分词+全文检索使用参考https://www.jianshu.com/p/8ad470cfe7cc 后台包括 商品管理、顾客管理、订单管理、销量统计。 ![???](https://github.com/moranyijiu/python-/raw/master/1.jpg) ![???](https://github.com/moranyijiu/python-/raw/master/2.png) ![???](https://github.com/moranyijiu/python-/raw/master/3.png) ![???](https://github.com/moranyijiu/python-/raw/master/4.png) ![???](https://github.com/moranyijiu/python-/raw/master/5.png) ![???](https://github.com/moranyijiu/python-/raw/master/6.png) ![???](https://github.com/moranyijiu/python-/raw/master/7.png) ![???](https://github.com/moranyijiu/python-/raw/master/8.png) ![???](https://github.com/moranyijiu/python-/raw/master/9.png) ![???](https://github.com/moranyijiu/python-/raw/master/10.png)