摘要: 1.Ubuntu开发环境初始化 1-1、安装VMware 15 1-2、安装Ubuntu 18.04 1-3、Ubuntu设置静态IP 1-4、Ubuntu root⽤户登录 1-5、Ubuntu安装Pycharm并激活 1-6、安装mysql 1-7、安装redis 1-8、安装使⽤virtual 阅读全文
posted @ 2020-10-13 16:31 460限定用户 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 表结构基类写法 在utils/MyBaseModel.py中配置一下内容 from django.db import models class Base(models.Model): create_time = models.DateTimeField('创建时间', auto_now_add=Tr 阅读全文
posted @ 2020-10-13 07:18 460限定用户 阅读(45) 评论(0) 推荐(0) 编辑