Browse Source

Remove 'demo' from list of reserved slugs (#52397)

This is needed to claim `demo` org for internal use. Inactive customer
has already been vacated through COPS process. Once deployed we intend
to immediately claim the org and later rename `testorg-az` to `demo` in
a separate change.
Kosty Maleyev 1 year ago
parent
commit
5f0747283c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/sentry/constants.py

+ 0 - 1
src/sentry/constants.py

@@ -117,7 +117,6 @@ RESERVED_ORGANIZATION_SLUGS = frozenset(
         "customers",
         "de",
         "debug",
-        "demo",
         "devinfra",
         "docs",
         "enterprise",