-
Notifications
You must be signed in to change notification settings - Fork 298
Commit e501b04
Issue 410 (#411)
* Make documented example runserver work
Resolves #410: docs/getting-started.md example doesn't work.
* xGet the steps right in the documentation to run the example app.
* First attempt at for issue #410 didn't have includes sorted properly.
- travis caught it. This time I've done the isort locally to confirm the order.
- MIDDLEWARE_CLASSES was replaced by MIDDLEWARE as of Django 1.10 and, according to
tox.ini, this is only testing >=1.11.
* missed a line which flake8 caught
* add back install of this package
* add myself as an author as requested1 parent 4ef5bb4 commit e501b04
File tree
5 files changed
+43
-4
lines changed- docs
- example
- settings
5 files changed
+43
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | - | ||
73 | + | ||
74 | + | ||
74 | 75 |
| |
75 | - | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
76 | 80 |
| |
77 | 81 |
| |
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
81 | - | ||
85 | + | ||
86 | + | ||
82 | 87 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 | - | ||
62 | + | ||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | + | ||
6 | 7 |
| |
8 | + | ||
7 | 9 |
| |
10 | + | ||
8 | 11 |
| |
9 | 12 |
| |
13 | + | ||
10 | 14 |
| |
15 | + | ||
11 | 16 |
| |
12 | 17 |
| |
13 | 18 |
| |
14 | 19 |
| |
15 | 20 |
| |
16 | 21 |
| |
17 | 22 |
| |
23 | + | ||
18 | 24 |
| |
19 | 25 |
| |
20 | 26 |
| |
21 | 27 |
| |
22 | 28 |
| |
23 | 29 |
| |
24 | 30 |
| |
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
25 | 47 |
| |
26 | 48 |
| |
27 | 49 |
| |
|
0 commit comments