摘要: 使用uWSGI做为web服务器 django自带的web服务器是通过python manager.py runserver实现,但是在正式部署时,不会使用这种方式运行项目,而是使用uWSGI WSGI,全称 Web Server Gateway Interface,或者 Python Web Ser 阅读全文
posted @ 2020-05-17 11:31 Alex-GCX 阅读(357) 评论(0) 推荐(0)
摘要: 编辑用户订单页面JS 根据订单状态显示下一步操作是什么,若用户点击‘去评价’,则通过 location.href= '/order/comment/'+order_id 访问订单评价url //根据订单状态显示下一步操作 $('.oper_btn').each(function(){ status 阅读全文
posted @ 2020-05-17 09:55 Alex-GCX 阅读(382) 评论(0) 推荐(0)