写点什么

《Django 5 By Example》阅读笔记:p165-p210

作者:codists
  • 2024-11-16
    广东
  • 本文字数:490 字

    阅读完需:约 2 分钟

《Django 5 By Example》学习第 6 天,p165-p210 总结,总计 46 页。

一、技术总结

1.bookmarks 项目

(1)登录认证


作者这里使用的是 Django 自带的 auth。


(2)上传头像


图片处理,使用 Pillow。


(3)扩展 user


扩展 user 模型与自带的 user 使用外键进行关联,命名为 profile。

二、英语总结(生词:4)

1.de facto

(1)de facto


adv. existing in fact, although not legally。p202, Pillow is the de facto standard library for image processing in Python. de facto 不完全等于 in fact, 可以理解为虽然不是法律上或者标准上,但在实际中被认为是。例如 202 页的这句话,虽然 Pillow 不属于 Python 标准库,但在实际的使用中被大家认为是图像处理的 Python 标准库。


(2)de jure


de jure 是 de facto 的反义词。

三、其它

chapter 04 简评:本章作者新建了一个 bookmarkds 项目讲解关于“认证(authentication)”的流程,较详细。

四、参考资料

1. 编程

(1) Antonio Melé,《Django 5 By Example》:https://book.douban.com/subject/37007362/

2. 英语

(1) Etymology Dictionary:https://www.etymonline.com


(2) Cambridge Dictionary:https://dictionary.cambridge.org


欢迎搜索及关注:编程人(a_codists)

发布于: 刚刚阅读数: 3
用户头像

codists

关注

公众号:编程人 2021-01-14 加入

Life is short, You need Python

评论

发布
暂无评论
《Django 5 By Example》阅读笔记:p165-p210_Python_codists_InfoQ写作社区