From 64f2ae70be4f70733868f1350c85be0448b671dc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 19 Feb 2018 09:55:10 -0500 Subject: [PATCH] update readme Signed-off-by: Kenneth Reitz --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index ac94706..0bc8475 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Flango Starter Template -An utterly fantastic project starter template for Django 1.10, using Flask as a frontend. +An utterly fantastic project starter template for Django 2.0, using Flask as a frontend. ## How it works @@ -43,11 +43,6 @@ You can replace ``helloworld`` with your desired project name. $ heroku run python manage.py migrate -## Using Python 2.7? - -Just update `runtime.txt` to `python-2.7.13` (no trailing spaces or newlines!). - - ## License: MIT ## Further Reading