File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 33Source 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 )
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- djangorestframework == 3.7.3
2- Django == 1.11.7
1+ djangorestframework == 3.7.7
2+ Django == 2.0.1
33Pygments == 2.2.0
4- Markdown == 2.6.3
4+ Markdown == 2.6.10
55coreapi == 2.3.3
66psycopg2 == 2.7.3.2
77dj-database-url == 0.4.2
Original file line number Diff line number Diff line change 1- python-2.7.14
1+ python-3.6.3
You can’t perform that action at this time.
0 commit comments