We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2447ee + 5288e71 commit e37bd07Copy full SHA for e37bd07
2 files changed
Procfile
@@ -0,0 +1 @@
1
+web: python manage.py runserver 0.0.0.0:$PORT --noreload
requirements.txt
@@ -1,5 +1,5 @@
-git+git://github.com/tomchristie/django-rest-framework/@restframework2#egg=rest_framework
2
-django==1.4.2
+git+git://github.com/tomchristie/django-rest-framework/@master#egg=rest_framework==2.2.1
+django==1.5
3
Pygments==1.5
4
Markdown==2.2.0
5
0 commit comments