From 66596a288aeeb18d0985186645ae20929a821793 Mon Sep 17 00:00:00 2001 From: Branson Stephens <stephenb@uwm.edu> Date: Thu, 23 Jan 2014 15:03:09 -0600 Subject: [PATCH] The IVORN must have a hash sign between the fixed part (the 'ivo' bit) and the event-specific part (the 'resource number', or in our case, the graceid). --- settings/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/default.py b/settings/default.py index af32ed0da..71f52c8d3 100644 --- a/settings/default.py +++ b/settings/default.py @@ -62,7 +62,7 @@ DATABASES = { # SkyAlert -SKYALERT_IVORN_PATTERN = "ivo://gwnet/%s" +SKYALERT_IVORN_PATTERN = "ivo://gwnet#%s" SKYALERT_ROLE = "test" SKYALERT_DESCRIPTION = "Report of a candidate gravitational wave event" SKYALERT_SUBMITTERS = ['Patrick Brady', 'Brian Moe'] -- GitLab