Skip to content

Commit e07caab

Browse files
committed
Revert "Update python version to 3.4.3 in Chapter 11 - Deploy!"
1 parent b5a7009 commit e07caab

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

en/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Then save it. Done!
4646

4747
We need to tell Heroku which Python version we want to use. This is done by creating a `runtime.txt` in the `djangogirls` directory using your editor's "new file" command, and putting the following text (and nothing else!) inside:
4848

49-
python-3.4.3
49+
python-3.4.2
5050

5151
## mysite/local_settings.py
5252

pl/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Zapisz zmiany w pliku. Gotowe!
5050

5151
Musimy poinformować Heroku, z której wersji Pythona chcemy korzystać. Odbywa się to poprzez utworzenie pliku `runtime.txt` w katalogu `djangogirls` (polecenie "Nowy plik" w Twoim edytorze kodu) i umieszczenie w nim następującej treści (tak, tylko tyle!):
5252

53-
python-3.4.3
53+
python-3.4.2
5454

5555

5656
## mysite/local_settings.py

uk/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
Нам треба повідомити Heroku яку версію Python ми бажаємо використовувати. Це можна зробити створивши файл `runtime.txt` в папці `djangogirls` скориставшись командою редактора "new file", і помістивши в нього наступний текст (і нічого більше!):
5252

53-
python-3.4.3
53+
python-3.4.2
5454

5555

5656
## mysite/local_settings.py

0 commit comments

Comments
 (0)