Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rnacentral/rnacentral/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ def _require_env(name):
r"^https://([a-z0-9-]+\.)*ebi\.ac\.uk$",
# GitHub Pages hosting the sequence-search embed widget
r"^https://rnacentral\.github\.io$",
# PomBase
r"^https://www\.pombase\.org$",
]

ROOT_URLCONF = "rnacentral.urls"
Expand Down
Loading