diff options
author | 2018-05-31 15:52:28 +0100 | |
---|---|---|
committer | 2018-05-31 15:52:28 +0100 | |
commit | 0d5aa90e7d2f4e5e177aecb690ee00c801eb8b1d (patch) | |
tree | 7cab3982b9f577d6b950144f89bf71d958316d9f /pysite | |
parent | [Jams] Add mod-log logging of code jam application status (diff) |
[Gunicorn] Announce site deployment
Diffstat (limited to 'pysite')
-rw-r--r-- | pysite/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pysite/constants.py b/pysite/constants.py index 5bdb025f..0099c946 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -128,3 +128,4 @@ RMQ_PORT = 5672 # Channels CHANNEL_MOD_LOG = 282638479504965634 +CHANNEL_DEV_LOGS = 409308876241108992 |