diff --git a/arches_lingo/hosts.py b/arches_lingo/hosts.py index cbc5e354..237865dc 100644 --- a/arches_lingo/hosts.py +++ b/arches_lingo/hosts.py @@ -3,6 +3,6 @@ host_patterns = patterns( "", - host(r"arches", "arches.urls", name="arches"), host(re.sub(r"_", r"-", r"arches_lingo"), "arches_lingo.urls", name="arches_lingo"), + host(r"arches", "arches.urls", name="arches"), )