Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python version to 3.4.3 in Chapter 11 - Deploy! #266

Merged
merged 1 commit into from
Feb 27, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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