Skip to content

Commit

Permalink
Merge pull request #266 from ProProgrammer/master
Browse files Browse the repository at this point in the history
Update python version to 3.4.3 in Chapter 11 - Deploy!
  • Loading branch information
asendecka committed Feb 27, 2015
2 parents ef160e4 + 6da0029 commit b5a7009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Then save it. Done!

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:

python-3.4.2
python-3.4.3

## mysite/local_settings.py

Expand Down
2 changes: 1 addition & 1 deletion pl/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Zapisz zmiany w pliku. Gotowe!

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!):

python-3.4.2
python-3.4.3


## mysite/local_settings.py
Expand Down
2 changes: 1 addition & 1 deletion uk/deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

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

python-3.4.2
python-3.4.3


## mysite/local_settings.py
Expand Down

0 comments on commit b5a7009

Please sign in to comment.