Commit 47a39cc
File tree
Expand file treeCollapse file tree
4 files changed
+11
-11
lines changedFilter options
- container_engine/django_tutorial
- mysite
- polls
Expand file treeCollapse file tree
4 files changed
+11
-11
lines changedcontainer_engine/django_tutorial/Dockerfile
Copy file name to clipboardExpand all lines: container_engine/django_tutorial/Dockerfile+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
24 |
| - |
| 23 | + |
| 24 | + |
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 |
| - |
| 28 | + |
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
|
container_engine/django_tutorial/mysite/settings.py
Copy file name to clipboardExpand all lines: container_engine/django_tutorial/mysite/settings.py+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
| 47 | + |
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 | 51 |
|
51 |
| - |
52 | 52 |
|
53 | 53 |
|
54 |
| - |
55 | 54 |
|
56 | 55 |
|
57 | 56 |
|
|
container_engine/django_tutorial/mysite/urls.py
Copy file name to clipboardExpand all lines: container_engine/django_tutorial/mysite/urls.py+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
| 18 | + |
| 19 | + |
19 | 20 |
|
20 | 21 |
|
21 |
| - |
22 |
| - |
| 22 | + |
| 23 | + |
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
|
container_engine/django_tutorial/polls/urls.py
Copy file name to clipboardExpand all lines: container_engine/django_tutorial/polls/urls.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
20 |
| - |
| 20 | + |
21 | 21 |
|
0 commit comments