-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit e50e95b
committed
Add Gunicorn configuration.
1 parent d04157d commit e50e95b
File tree
11 files changed
+350
-301
lines changed- flask_sqlalchemy_tutorial
11 files changed
+350
-301
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | + | ||
27 | 28 |
| |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 | 33 |
| |
34 | + | ||
33 | 35 |
| |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
39 | + | ||
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
40 | 43 |
| |
41 | 44 |
| |
42 | 45 |
| |
46 | + | ||
43 | 47 |
| |
44 | 48 |
| |
45 | 49 |
| |
46 | 50 |
| |
47 | 51 |
| |
52 | + | ||
48 | 53 |
| |
49 | 54 |
| |
50 | 55 |
| |
| |||
53 | 58 |
| |
54 | 59 |
| |
55 | 60 |
| |
61 | + | ||
56 | 62 |
| |
57 | 63 |
| |
58 | 64 |
| |
59 | 65 |
| |
60 | 66 |
| |
61 | 67 |
| |
62 | 68 |
| |
69 | + | ||
63 | 70 |
| |
64 | 71 |
| |
65 | 72 |
| |
66 | 73 |
| |
67 | 74 |
| |
75 | + | ||
68 | 76 |
| |
69 | 77 |
| |
70 | 78 |
| |
| |||
73 | 81 |
| |
74 | 82 |
| |
75 | 83 |
| |
84 | + | ||
76 | 85 |
| |
77 | 86 |
| |
78 | 87 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
4 | + | ||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
14 | + | ||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | + | ||
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
|
Lines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + |
Lines changed: 280 additions & 279 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 | - | ||
27 | + | ||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | - | ||
39 | + | ||
40 | + | ||
41 | + | ||
40 | 42 |
| |
41 | 43 |
| |
42 | 44 |
|
Lines changed: 18 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
2 | - | ||
1 | + | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
5 | + | ||
6 | 6 |
| |
7 | - | ||
8 | - | ||
7 | + | ||
8 | + | ||
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | 12 |
| |
13 | - | ||
14 | - | ||
13 | + | ||
14 | + | ||
15 | 15 |
| |
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | 21 |
| |
22 | - | ||
23 | - | ||
24 | - | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | 25 |
| |
26 | - | ||
27 | - | ||
26 | + | ||
27 | + |
0 commit comments