forked from TabbycatDebate/tabbycat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
23 lines (23 loc) · 689 Bytes
/
Copy pathapp.json
File metadata and controls
23 lines (23 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Tabbycat",
"description": "Debating tournament tabulation software for two-team parliamentary formats",
"repository": "https://github.com/czlee/tabbycat",
"keywords": ["debate", "debating"],
"website": "https://tabbycat.readthedocs.org/",
"addons": [
"memcachier",
"papertrail",
"sendgrid:starter",
"heroku-postgresql:hobby-dev"
],
"env": {
"DJANGO_SECRET_KEY": {
"description": "A secret key for cryptographic signing of user sessions.",
"generator": "secret"
}
},
"scripts": {
"postdeploy": "python manage.py migrate"
},
"success_url": "/start/"
}