[Django] #32569: Is there a way to use multiple forward slash URL as one URL?

14 views
Skip to first unread message

Django

unread,
Mar 18, 2021, 12:39:34 PM3/18/21
to django-...@googlegroups.com
#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.

Django

unread,
Mar 18, 2021, 12:44:31 PM3/18/21
to django-...@googlegroups.com
#32569: Is there a way to use multiple forward slash URL as one URL?
-------------------------------------+-------------------------------------
Reporter: udoyhasan | Owner: nobody
Type: New feature | Status: closed
Component: Core (URLs) | Version: 3.2
Severity: Normal | Resolution: invalid

Keywords: Django, Django URLs | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0

Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):

* 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>

Reply all
Reply to author
Forward
0 new messages