Skip to content

Commit

Permalink
debuging heroku deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wooyek committed Nov 24, 2017
1 parent 407c447 commit 3fb1206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
},
"DISABLE_COLLECTSTATIC": {
"description": "Controls if Heroku should collect any static files. This won't work with example_project.",
"value": 1
"value": "1"
},
"APP_COLLECTSTATIC": {
"description": "Make example project collect statics on it'sown.",
"value": 1,
"value": "1",
"required": false
},
"DJANGO_SETTINGS_MODULE": {
Expand Down

0 comments on commit 3fb1206

Please sign in to comment.