Skip to content

Commit

Permalink
attempt to reverse host pattern priority
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 25, 2024
1 parent 5511d09 commit 44ecee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches_lingo/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
)

0 comments on commit 44ecee9

Please sign in to comment.