Browse Source

Fix the valud of DJANGO_SETTINGS_MODULE in app.json

pull/1684/head
Hironsan 2 years ago
parent
commit
ef5ce2a7b3
1 changed files with 1 additions and 1 deletions
  1. 2
      app.json

2
app.json

@ -28,7 +28,7 @@
"DJANGO_SETTINGS_MODULE": {
"description": "Django Settings Module. You don't have to change this.",
"required": true,
"value": "config.settings.production"
"value": "config.settings.heroku"
}
},
"stack": "container",

Loading…
Cancel
Save