Questions
Tags
Sign In
Django urls — path() or url()?
Tell me, what is the difference between url() and path() to urls.py? What should I use?
Django
Ford14
asked
April 19th 20 at 12:47
Related questions
0
How to solve the problem with the sudden change in height from RecyclerView?
0
How to migrate to node-pg-migrate using specific path to migrations dir?
1
How to open ports in Windows utility iptables?
2
How to find the hidden content on the site?
2
Domain zone .su (Soviet Union), and the top level. — should we contact?
0
Not working feedback form, a site in html without a CMS, js is present. If so can't advise I'll pay for time help?
3
How to implement the algorithm of the Fibonacci search?
0
HTML2Canvas as taskinstance card?
More answers about
"Django urls — path() or url()?"
1
answer
maribel
answered on
April 19th 20 at 12:49
learn to read docks
https://docs.djangoproject.com/en/3.0/topics/http/urls/
a url has long been deprecated, instead re_path, if not satisfied with the path
Please
sign in
or
sign up
to write your answer or comment.
Find more questions by tags
Django