##解决github无法连接的问题: https://www.cnblogs.com/sitoi/p/11819649.html linux: 修改 /etc/hosts文件,修改结束后,重启 sudo /etc/init.d/networking restart
10 minutes learning python : https://www.stavros.io/tutorials/python/
#000 https://books.agiliq.com/en/latest/README.html 印度人的博客+书记,非常好!
#最近需要学习总结的内容
邮件中使用css(看scan项目,css不能用伪代码)
https://djangoadventures.com/how-to-create-file-download-links-in-django/
https://djangoadventures.com/3-tricks-to-optimize-the-django-orm-performance/
https://djangoadventures.com/how-to-integrate-django-with-existing-database/
django form 参考 https://www.cnblogs.com/yuanchenqi/articles/7614921.html
django国人精品000:https://blog.csdn.net/weixin_42134789/article/details/81505983
欧美人精品 https://hakibenita.com/python-django-optimizing-excel-export
https://pythoncircle.com/tag/django/
https://djangobook.com/mastering-django-2-book/
https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Sessions
# django mptt->json
https://code-examples.net/ja/q/bf97ec
https://www.geeksforgeeks.org/delete-view-function-based-views-django/?ref=rp
awesome系列 优秀资源大全(awesome系列)
https://blog.csdn.net/github_40051111/article/details/103910778
https://www.jianshu.com/p/38c4dd6d8e28
https://learndjango.com/tutorials/essential-django-3rd-party-packages
https://zhuanlan.zhihu.com/p/105009911
10分钟学习python(经常refresh一下):https://www.stavros.io/tutorials/python/
***一个用简单方法讲解复杂问题的网站
https://thispointer.com/category/python/ 进入网站后,如下图,去左下角,找相关技术点分类导航。
1. django相关
(0)大神的教程 https://learndjango.com/tutorials/
(0)https://wsvincent.com/django-best-practices/
(1)django Active Nav Items https://github.com/BigglesZX/django-patterns/blob/master/ActiveNavItems.md base.html中,bootstrap的nav菜单动态生成。
(2)django后台的配置的例子 django-admin-cookbook
这个是对官方admin的轻度定制 simpleui_demo
admin2, xadmin都是重度改造,重度改造后果就是你很难再定制,出问题难解决,还是用官方的自己学着轻度定制。
(3)model field中,富文本插件, django-front django-tinymce django-front
实现对多个表的全文检索(对多个表做index) django-watson
(4)比较精简的django和restful的api参考 ,适合快速学习回顾 https://github.com/jianshijiuyou/django-rest-framework-api-guide/
(5)各种mixin,是基本django功能的扩展,适合进行校验、form等定制 https://github.com/brack3t/django-braces
(6)在线问答,可以直接使用 django-helpdesk
(7) 原官方的点评系统,可以与任何model关联,评论任何model django-contrib-comments
(8)做一些word pdf 文件表格模板时可能有用 templated-docs
(9) 没有别的,只是对crispy form运用的炉火纯青,必要时候参考 jeito 、django_forms_tutorial
(10 生成inlinecess, 例如,电子邮件变成html带样式的格式 django-inlinecss
(11)Django's class-based generic views are awesome,对于我这个有点反轮子的人不知道是否能用 django-extra-views (12) django template各种场景应用的小例子 (snip) django-sniplates
(13)不用用户之间发送私有消息 ,应用场景不多 django-messages
(14) 第三方用户登录,注册管理 django-allauth ,star很多,
印度博士小哥的讲解:https://dev.to/gajesh/the-complete-django-allauth-guide-la3
csdn的讲解:https://blog.csdn.net/bbwangj/article/details/89093616#
大神也讲解过allauth: https://learndjango.com/tutorials/django-allauth-tutorial
15)大神推荐了几个django工程必备的包,包括上述django-allauth https://github.com/wsvincent/djangox
(16)另一位大神级团队出品的用户管理包 django-user-accounts ,轻量级定制,我喜欢轻量级的,可以自己修改自己把我代码
17)应用场景多,不知道有什么特别之处 django-multiselectfield
(18)类似于官方的signals, 是model的decorator django-lifecycle
(19)django项目性能分析 django-silk
(20)文件存储 django-storages
(21) send message by telephone django-push-notifications
(22)django_quiz 问答,支持配置,题目,答题方式等。
(23)django-request https://django-request.readthedocs.io/en/latest/ 看django web 谁当前在线,请求情况。
(24)django-user-sessions django contrib的session都是加密的,看不到属于哪一个user, 用这个app,可以像orm那样查看session,查看ip,在哪里登录,哪个城市等。
(25)双因子认证,动态口令django-two-factor-auth django_otp (one time password)
(26)任何项目都离不开的登录,用户管理 :simple-django-login-and-register
(27)审计,对数据的操作审计 django-auditlog
(28)http://c.biancheng.net/django/ 中文 简洁的学习教程,适合快速复习回顾
2. bootstrap
Bootstrap - CSS & JS Library: https://getbootstrap.com/
Bootswatch - Bootstrap Theme Library:皮肤样式 https://bootswatch.com/
3、ajax curd的package
一个app,可以做ajax类型的crud, 页面是bootstrap matal: https://github.com/trco/django-bootstrap-modal-forms
例子:https://github.com/dimkoug/tododjangoccb
4 js handbook
https://nuhil.github.io/javascript-handbook/ 或 https://github.com/nuhil/javascript-handbook
5 比较靠谱的workflow https://github.com/vicalloy/carrot-box
Carrot box is a workflow platform. Ready to go. 国产的。
6、python
简单有趣的小例子,适合休闲学习看看 python-small-examples
调试程序的工具,不用再写print了 PySnooper
7 爬虫
很多网站的模拟登录 awesome-python-login-model
新闻类网页内容提取package, GeneralNewsExtractor , 另一个是 goose ,还有一些,不知哪个好。
功能差不多的请求http客户端 requests、aiohttp、httpx
渲染 javascript,模拟浏览器打开网页,执行js ,普通的scrapy爬虫只能爬去静态网页,请求不了js,需要借助它 splash
scrapy的补充, 把一个page对象化 ,具体应用还待研究 scrapy-po
10 综合
(1)大杂烩 综合it知识 Learning_Note
(2) 10分钟系列: learn x in y minute 系列,其实也没有多少感兴趣的,可以看看python ,js等,特点就是简介明了 learnxinyminutes-docs https://learnxinyminutes.com/
11.javascript
(1) jstree https://www.jstree.com/docs/html/ , 做数型结构,配合mptt很好用
11 日本人整理的资料还是挺细致的
https://narito.ninja/blog/detail/201/ 综合django+vue+linux等等
https://qiita.com/zenwerk/items/044c149d93db097cdaf8 django 自带admin的custom
https://dev-yakuza.github.io/en/django/form/ django
12 vue+django
https://vsupalov.com/vue-js-in-django-template/
13 wagtail +cms+content management system