Opened 3 years ago

Closed 3 years ago

#32569 closed New feature (invalid)

Is there a way to use multiple forward slash URL as one URL?

Reported by: MD UDOY HASAN Owned by: nobody
Component: Core (URLs) Version: 3.2
Severity: Normal Keywords: Django, Django URLs
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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?

Change History (1)

comment:1 by Tim Graham, 3 years ago

Resolution: invalid
Status: newclosed

Please see TicketClosingReasons/UseSupportChannels for places to ask usage questions.

Note: See TracTickets for help on using tickets.
Back to Top