Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python-100-Days
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huangkq
Python-100-Days
Commits
ab29aee8
Commit
ab29aee8
authored
May 23, 2018
by
jackfrued
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加了Django第一周相关文档
parent
4c657e4e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
2 deletions
+12
-2
Django 2.x实战(02) - 深入模型.md
Day31-Day35/Django 2.x实战(02) - 深入模型.md
+4
-2
Django 2.x实战(03) - 视图+模板+URL.md
Day31-Day35/Django 2.x实战(03) - 视图+模板+URL.md
+2
-0
Django 2.x实战(04) - 表单的应用.md
Day31-Day35/Django 2.x实战(04) - 表单的应用.md
+2
-0
Django 2.x实战(05) - 会话及其应用.md
Day31-Day35/Django 2.x实战(05) - 会话及其应用.md
+4
-0
No files found.
Day31-Day35/Django 2.x实战(02) - 深入模型.md
View file @
ab29aee8
## Django实战(02) - 深入模型
## Django
2.x
实战(02) - 深入模型
在上一个章节中,我们提到了Django是一个基于MVC架构的Web框架,MVC架构要追求的是模型和视图的解耦合,而其中的模型说得更直白一些就是数据,所以通常也被称作数据模型。在实际的项目中,数据模型通常通过数据库实现持久化操作,而关系型数据库在很长一段时间都是持久化的首选方案,在我们的OA项目中,我们选择使用MySQL来实现数据持久化。
...
...
@@ -166,7 +166,7 @@
最后,我们通过上面掌握的知识来实现部门展示以及根据获取部门对应员工信息的功能。
最后,我们通过上面掌握的知识来实现部门展示以及根据
部门
获取部门对应员工信息的功能。
...
...
@@ -187,6 +187,8 @@
13.
定义
\_\_
str
\_\_
方法。
14.
不要将数据文件放在同一个目录中。
> 说明:以上内容来自于STEELKIWI网站的[*Best Practice working with Django models in Python*](https://steelkiwi.com/blog/best-practices-working-django-models-python/),有兴趣的小伙伴可以阅读原文。
### 模型定义参考
#### 字段
...
...
Day31-Day35/Django 2.x实战(03) - 视图+模板+URL.md
0 → 100644
View file @
ab29aee8
## Django 2.x实战(03) - 视图、模板和URL
Day31-Day35/Django 2.x实战(04) - 表单的应用.md
0 → 100644
View file @
ab29aee8
## Django 2.x实战(04) - 表单的应用
Day31-Day35/Django 2.x实战(05) - 会话及其应用.md
0 → 100644
View file @
ab29aee8
## Django 2.x实战(05) - 会话及其应用
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment