{{{
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?
--
Ticket URL: <https://code.djangoproject.com/ticket/32569>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Please see TicketClosingReasons/UseSupportChannels for places to ask usage
questions.
--
Ticket URL: <https://code.djangoproject.com/ticket/32569#comment:1>