摘要: 项目名/urls.py app/urls.py models.py views.py index.html login.html user_detail.html user_edit.html user_info.html python3 manage.py runserver 跑起来 浏览器输入地 阅读全文
posted @ 2018-07-25 14:42 liuw_flexi 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 创建模型类 class UserInfo(models.Model): id = models.IntegerField() username = models.CharField(max_length=32) (注意在settings.py中注册新建的app) 然后执行迁移命令: python m 阅读全文
posted @ 2018-07-25 14:33 liuw_flexi 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 从Mac分享IPV6 WIFI的方法: 按住opition + 系统设置中的share 进入 如果被拒了要上诉或者回复审核团队邮件,可以参考这个写: 阅读全文
posted @ 2018-07-25 09:45 liuw_flexi 阅读(334) 评论(0) 推荐(0) 编辑