# shop_backend **Repository Path**: hcmlna/shop_backend ## Basic Information - **Project Name**: shop_backend - **Description**: 电商网站管理系统的后端代码,使用django做的后端。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-12-10 - **Last Updated**: 2023-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这是用django restframework搭建的后端程序。 该程序可服务于电商后台管理系统 使用方法: 1.先在虚拟环境中安装install.txt中的代码 pip install xxx 2.使用命令启动代码 python3 manage.py runserver 3.使用vue_shop_newfront_useMyOwnAPI这个前端代码,就可调用后端程序了。