Skip to content

Simplify URL_PREFIX handling in urls.py

Samuel GAIST requested to merge 558_fix_url_prefix_urls into django3_migration

URL_PREFIX shall not contain a fully qualified URL therefore there's no need to parse it.

Part of #558 (closed)

Merge request reports