Skip to content

Commit e37bd07

Browse files
Merge pull request #9 from markotibold/master
Updated Heroku app to latest and greatest.
2 parents a2447ee + 5288e71 commit e37bd07

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: python manage.py runserver 0.0.0.0:$PORT --noreload

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
git+git://github.com/tomchristie/django-rest-framework/@restframework2#egg=rest_framework
2-
django==1.4.2
1+
git+git://github.com/tomchristie/django-rest-framework/@master#egg=rest_framework==2.2.1
2+
django==1.5
33
Pygments==1.5
44
Markdown==2.2.0
55

0 commit comments

Comments
 (0)