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
b8bdbc0a
Commit
b8bdbc0a
authored
6 years ago
by
jackfrued
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整了文档结构
parent
96719b55
Changes
30
Show whitespace changes
Inline
Side-by-side
Showing
30 changed files
with
0 additions
and
0 deletions
+0
-0
Django 2.x实战(01) - 快速上手.md
Day31-Day35/Django 2.x实战(01) - 快速上手.md
+0
-0
Django 2.x实战(02) - 数据模型.md
Day31-Day35/Django 2.x实战(02) - 数据模型.md
+0
-0
__init__.py
Day31-Day35/oa/hrs/__init__.py
+0
-0
admin.py
Day31-Day35/oa/hrs/admin.py
+0
-0
apps.py
Day31-Day35/oa/hrs/apps.py
+0
-0
__init__.py
Day31-Day35/oa/hrs/migrations/__init__.py
+0
-0
models.py
Day31-Day35/oa/hrs/models.py
+0
-0
tests.py
Day31-Day35/oa/hrs/tests.py
+0
-0
urls.py
Day31-Day35/oa/hrs/urls.py
+0
-0
views.py
Day31-Day35/oa/hrs/views.py
+0
-0
manage.py
Day31-Day35/oa/manage.py
+0
-0
__init__.py
Day31-Day35/oa/oa/__init__.py
+0
-0
settings.py
Day31-Day35/oa/oa/settings.py
+0
-0
urls.py
Day31-Day35/oa/oa/urls.py
+0
-0
wsgi.py
Day31-Day35/oa/oa/wsgi.py
+0
-0
bootstrap.min.css
Day31-Day35/oa/static/css/bootstrap.min.css
+0
-0
mm.jpg
Day31-Day35/oa/static/images/mm.jpg
+0
-0
bootstrap.min.js
Day31-Day35/oa/static/js/bootstrap.min.js
+0
-0
jquery.min.js
Day31-Day35/oa/static/js/jquery.min.js
+0
-0
dept.html
Day31-Day35/oa/templates/dept.html
+0
-0
emp.html
Day31-Day35/oa/templates/emp.html
+0
-0
index.html
Day31-Day35/oa/templates/index.html
+0
-0
django-index-1.png
Day31-Day35/res/django-index-1.png
+0
-0
django-index-2.png
Day31-Day35/res/django-index-2.png
+0
-0
er-graph.png
Day31-Day35/res/er-graph.png
+0
-0
http-request.png
Day31-Day35/res/http-request.png
+0
-0
http-response.png
Day31-Day35/res/http-response.png
+0
-0
mvc.png
Day31-Day35/res/mvc.png
+0
-0
runserver.png
Day31-Day35/res/runserver.png
+0
-0
web-application.png
Day31-Day35/res/web-application.png
+0
-0
No files found.
Day31/Django 2.x实战(01) - 快速上手.md
→
Day31
-Day35
/Django 2.x实战(01) - 快速上手.md
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2/Django实战(02)
.md
→
Day3
1-Day35/Django 2.x实战(02) - 数据模型
.md
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/hrs/__init__.py
→
Day3
1-Day35
/oa/hrs/__init__.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/hrs/admin.py
→
Day3
1-Day35
/oa/hrs/admin.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/hrs/apps.py
→
Day3
1-Day35
/oa/hrs/apps.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/hrs/migrations/__init__.py
→
Day3
1-Day35
/oa/hrs/migrations/__init__.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/hrs/models.py
→
Day3
1-Day35
/oa/hrs/models.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/hrs/tests.py
→
Day3
1-Day35
/oa/hrs/tests.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/hrs/urls.py
→
Day3
1-Day35
/oa/hrs/urls.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/hrs/views.py
→
Day3
1-Day35
/oa/hrs/views.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/manage.py
→
Day3
1-Day35
/oa/manage.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/oa/__init__.py
→
Day3
1-Day35
/oa/oa/__init__.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/oa/settings.py
→
Day3
1-Day35
/oa/oa/settings.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/oa/urls.py
→
Day3
1-Day35
/oa/oa/urls.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/oa/wsgi.py
→
Day3
1-Day35
/oa/oa/wsgi.py
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/static/css/bootstrap.min.css
→
Day3
1-Day35
/oa/static/css/bootstrap.min.css
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/static/images/mm.jpg
→
Day3
1-Day35
/oa/static/images/mm.jpg
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/static/js/bootstrap.min.js
→
Day3
1-Day35
/oa/static/js/bootstrap.min.js
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/static/js/jquery.min.js
→
Day3
1-Day35
/oa/static/js/jquery.min.js
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/templates/dept.html
→
Day3
1-Day35
/oa/templates/dept.html
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/templates/emp.html
→
Day3
1-Day35
/oa/templates/emp.html
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/oa/templates/index.html
→
Day3
1-Day35
/oa/templates/index.html
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day31/res/django-index-1.png
→
Day31
-Day35
/res/django-index-1.png
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day31/res/django-index-2.png
→
Day31
-Day35
/res/django-index-2.png
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day3
2
/res/er-graph.png
→
Day3
1-Day35
/res/er-graph.png
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day31/res/http-request.png
→
Day31
-Day35
/res/http-request.png
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day31/res/http-response.png
→
Day31
-Day35
/res/http-response.png
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day31/res/mvc.png
→
Day31
-Day35
/res/mvc.png
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day31/res/runserver.png
→
Day31
-Day35
/res/runserver.png
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
Day31/res/web-application.png
→
Day31
-Day35
/res/web-application.png
View file @
b8bdbc0a
File moved
This diff is collapsed.
Click to expand it.
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