diff --git a/README.md b/README.md index f8e76cde..05418145 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,5 @@ Source code for the [Django REST framework tutorial][tut]. [tut]: http://www.django-rest-framework.org/tutorial/1-serialization + +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) diff --git a/app.json b/app.json index 88fd1ebe..1bf63d63 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "name": "rest-framework-tutorial", "scripts": { - "postdeploy": "restore.sh" + "postdeploy": "python manage.py migrate && ./restore.sh" }, "env": { "ENVIRONMENT": "production", diff --git a/requirements.txt b/requirements.txt index a6f1a1bf..a7e54ff1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -djangorestframework==3.7.3 -Django==1.11.7 +djangorestframework==3.7.7 +Django==2.0.1 Pygments==2.2.0 -Markdown==2.6.3 +Markdown==2.6.10 coreapi==2.3.3 psycopg2==2.7.3.2 dj-database-url==0.4.2 diff --git a/runtime.txt b/runtime.txt index 53856820..02d0df5e 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-2.7.14 +python-3.6.3 pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy