Skip to content

Commit

Permalink
Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethreitz authored Dec 7, 2016
1 parent 4a86043 commit b52d30a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ An utterly fantastic project starter template for Django 1.9.
## Features

- Production-ready configuration for Static Files, Database Settings, Gunicorn, etc.
- Enhancements to Django's static file serving functionality via WhiteNoise
- Enhancements to Django's static file serving functionality via WhiteNoise.
- Latest Python 3.5 runtime environment.

## How to Use

Expand Down Expand Up @@ -36,9 +37,9 @@ You can replace ``helloworld`` with your desired project name.

See also, a [ready-made application](https://github.com/heroku/python-getting-started), ready to deploy.

## Using Python 3?
## Using Python 2.7?

Just update `runtime.txt` to `python-3.5.2` (no trailing spaces!).
Just update `runtime.txt` to `python-2.7.12` (no trailing spaces!).

## Further Reading

Expand Down

0 comments on commit b52d30a

Please sign in to comment.