You can now easily write your URL patterns like this.
from django.urls import path
urlpatterns = [
path("", someview, name="somename")
]
On Mon, Jun 15, 2020 at 5:52 PM Kayode Oladipo
wrote:
> Use the path( ) method.
>
> from django.urls import path
>
> path('',...)
>
> On Mon, Jun 15, 20
Use the path( ) method.
from django.urls import path
path('',...)
On Mon, Jun 15, 2020, 2:21 PM Adya Mit wrote:
> (?P\d+)/$ django
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emai
(?P\d+)/$ django
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit
https://gr
3 matches
Mail list logo