#32569: Is there a way to use multiple forward slash URL as one URL?
-------------------------------------+-------------------------------------
Reporter: udoyhasan | Owner: nobody
Type: New | Status: new
feature |
Component: Core | Version: 3.2
(URLs) |
Severity: Normal | Keywords: Django, Django URLs
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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?
--
Ticket URL: <https://code.djangoproject.com/ticket/32569>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/052.46775aac6f88b39e70c323b4eea983f5%40djangoproject.com.