Skip to content

Commit d11695a

Browse files
author
nubianMONK
committed
Update to the README file with Heroku link
1 parent eef98a1 commit d11695a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

part2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
| [MPerham](https://github.com/mperham2/python-devtest/tree/master/part2/reverse_flask_perham) | [Heroku](https://shrouded-thicket-5935.herokuapp.com/) |
88
| [Gary Herd](https://github.com/garyherd/python-devtest) | [reverse-string](https://grh-reverse-string.herokuapp.com/) |
99
| [Noor Faziur Reza](https://github.com/ni8mr/python-devtest) | [reverse_string_reza](http://ni8mr2.herokuapp.com/) |
10-
| Add link here | Add link here |
10+
| [AAkinkunmi](https://github.com/nubianMONK/python-devtest/tree/master/part2/reverse_flask_akinkunmi) | [reverse-flask](vast-forest-9436.herokuapp.com/) |
1111
| Add link here | Add link here |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: python reverse_flask.py
1+
web: gunicorn reverse_flask:app

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Flask==0.10.1
22
Flask-WTF==0.11
33
Flask-Session==0.2
44
Flask-Bootstrap==3.3.4.1
5+
gunicorn==19.3.0
56
Jinja2==2.7.3
67
MarkupSafe==0.23
78
WTForms==2.0.2

0 commit comments

Comments
 (0)