update readme

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-19 09:55:10 -05:00
parent 1453e86dd1
commit 64f2ae70be
+1 -6
View File
@@ -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