﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32569	Is there a way to use multiple forward slash URL as one URL?	MD UDOY HASAN	nobody	"Hello,
I'm new to Django. I'm using Django for 5months. I'm now creating a project. In that project, I've links like this:

{{{
https://localhost:8000/example.com/example/path/
}}}

In the URL the example.com/example/path/ can be dynamically long as like this

{{{
example.com
}}}

or 

{{{
example.com/asset/css/style.css
}}}

or


{{{
 domain.com/core/content/auth/assets/js/vendor/jquery.js
}}}


I've used

{{{
<str:domainurl>
}}}

But is not working.
As it has multiple forward slashes. And the forward slashes URL length generated while web scrapping.

So is there is a way to use the full URL as one variable?

"	New feature	closed	Core (URLs)	3.2	Normal	invalid	Django, Django URLs		Unreviewed	0	0	0	0	0	0
