Simplify URL_PREFIX handling in urls.py
Compare changes
+ 2
− 4
@@ -25,7 +25,6 @@
@@ -108,10 +107,9 @@ unprefixed_patterns += [
URL_PREFIX shall not contain a fully qualified URL therefore there's no need to parse it.
Part of #558 (closed)