基于 Django 的电子商务系统的设计与实现本电子商务系统采用的是 html+JavaScript+Python+Django,效仿的是现代社会网上交易平台的一种模式,所有的数据都是从网上找的,并导入到数据库中。电子产品有 4 到 5 种的划分,并且每个种类里面都都有不同牌子的划分,使得消费者能够很快的找到自己满意的产品,提高他们的购买欲望。Python 在近几年的发展十分迅速,使用起来相比其他语言的话会快速简洁点,这使得本次毕设高效化。前端和后台都有明 确 的 分 工 , 前 端 使 用 的 是 html+JavaScript , 后 端 的 是Python+Django,Django 框架的好处在于无需第三方库和工具即可创建网站,所以使用起来也较为方便。该系统的主要功能有:产品的分类与条件筛选排序,用户的登录和注册,添加购物车,下单,或者删除订单,收货地址的管理。这些主要功能可以有效帮助到消费者更好更快的操作并且买到自己心仪的电子产品。基于现在的疫情影响,很多人都无法出门,而且现在线下的电子产品销售行情因为电商时代的到来也不理想,基于这样的情况,最后确定设计一套小型的商务系统来帮助消费者购物。关键词:html,JavaScript,Django,PythonAbstractThis e-commerce system adopts HTML + Javascript + Python + Django, which is a model of online transaction platform in modern society. All data is found on the Internet and imported into the database. Electronic products are divided into four to five categories, and each category has different brands, which enables consumers to quickly find their own satisfactory products and improve their purchase desire. Python has been developing rapidly in recent years. Compared with other languages, it will be faster and simpler, which makes the design more efficient. There is a clear division of labor between the front and the back . HTML + JavaScript is used in the front end and python + Django is used in the back end. The advantage of Django framework is that the website can be created without a third-party library and tools, so it is too convenient to use. The m...