随笔分类 - Django
摘要:2-2.User Models设计 拆分功能模块,创建app,分别创建goods,trades,user_operations 1 startapp goods 2 startapp trades 3 startapp user_operations 将goods,trades,user_opera
阅读全文
摘要:1.环境搭建 所需软件的版本: 1)pycharm(使用professional版本) 2)mysql、navicat 安装好的mysql后需要给root权限,不然只能通过localhost访问本地的mysql。 1 # root为用户名,yxh1990为密码 2 GRANT ALL PRIVILE
阅读全文