Skip to content

Commit 1e8a86c

Browse files
authored
Merge pull request #44 from encode/update
Update packages to latest
2 parents afeedaf + 5255c0a commit 1e8a86c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
Source code for the [Django REST framework tutorial][tut].
44

55
[tut]: http://www.django-rest-framework.org/tutorial/1-serialization
6+
7+
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rest-framework-tutorial",
33
"scripts": {
4-
"postdeploy": "restore.sh"
4+
"postdeploy": "python manage.py migrate && ./restore.sh"
55
},
66
"env": {
77
"ENVIRONMENT": "production",

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
djangorestframework==3.7.3
2-
Django==1.11.7
1+
djangorestframework==3.7.7
2+
Django==2.0.1
33
Pygments==2.2.0
4-
Markdown==2.6.3
4+
Markdown==2.6.10
55
coreapi==2.3.3
66
psycopg2==2.7.3.2
77
dj-database-url==0.4.2

runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python-2.7.14
1+
python-3.6.3

0 commit comments

Comments
 (0)