We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634dadc commit afeedafCopy full SHA for afeedaf
app.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "rest-framework-tutorial",
3
+ "scripts": {
4
+ "postdeploy": "restore.sh"
5
+ },
6
+ "env": {
7
+ "ENVIRONMENT": "production",
8
+ "SECRET_KEY": {
9
+ "generator": "secret"
10
+ }
11
12
+ "formation": {
13
+ "web": {
14
+ "quantity": 1
15
16
17
+ "addons": [
18
+ "heroku-postgresql"
19
+ ],
20
+ "buildpacks": [
21
+ {
22
+ "url": "heroku/python"
23
24
+ ]
25
+}
0 commit comments