Loading

随笔分类 -  Django3.0文档阅读

摘要:Django文档阅读 Day4 [TOC] Writing your first Django app, part 4 Writing a minimal form(it begins where Day3 left off) As mentioned in "Tutorial 3" , is an 阅读全文
posted @ 2020-04-25 21:19 coderchen01 阅读(274) 评论(0) 推荐(0)
摘要:Django文档阅读 Day3 [TOC] Writing your first Django app, part 3 Overview A view is a “type” of Web page in your Django application that generally serves a 阅读全文
posted @ 2020-04-24 23:29 coderchen01 阅读(230) 评论(0) 推荐(1)
摘要:Django文档阅读 对Django有一定的了解了,现在通过对官方文档的阅读,补差补缺,达到完全掌握。顺便学习学习英语 "Django项目官网" 1. "Django文档阅读 Day1" 2. "Django文档阅读 Day2" 3. "Django文档阅读 Day3" 4. "Django文档阅读 阅读全文
posted @ 2020-04-24 16:01 coderchen01 阅读(173) 评论(0) 推荐(0)
摘要:Django文档阅读 Day2 [TOC] Writing your first Django app, part 1 You can tell Django is installed and which version by running the following command in a s 阅读全文
posted @ 2020-04-23 23:55 coderchen01 阅读(275) 评论(0) 推荐(0)
摘要:Django文档阅读 Day1 [TOC] Django at a glance Design your model Install it 用Django命令行工具自动构建database tables。 Notes: The makemigrations command looks at all 阅读全文
posted @ 2020-04-22 23:27 coderchen01 阅读(252) 评论(0) 推荐(1)