Skip to content

Commit ece7ecb

Browse files
committed
Merge remote-tracking branch 'origin/master' into python3.11-django-4
2 parents 928eefa + a7413f8 commit ece7ecb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
make test_chapter_02_unittest
6262
63-
# - name: Test all chapters in parallel, yolo
64-
# run: |
65-
# make build
66-
# pytest --tb=short --color=yes --numprocesses=4 tests/test_chapter_*
63+
# - name: Test all chapters in parallel, yolo
64+
# run: |
65+
# make build
66+
# pytest --tb=short --color=yes --numprocesses=4 tests/test_chapter_*

server-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@ that their business model is based on ads, so there will be ads
122122
all over your domain until you configure it.
123123

124124
Once you have a domain, you need to set up a couple of **A-records** in
125-
its DNS configration, one for your "staging" subdomain and one for your
125+
its DNS configuration, one for your "staging" subdomain and one for your
126126
"live" subdomain. Mine are *superlists.ottg.eu* and *superlists-staging.ottg.eu*
127127
for example.
128128

129129
*(tip: DNS changes take time to propagate, so if your domain doesn't
130-
take you to the server straight away, you may need to wait. some registrars
130+
take you to the server straight away, you may need to wait. Some registrars
131131
will let you control this using a setting called "TTL")*.
132132

133133

0 commit comments

Comments
 (0)