Mohamed Feddad

31%
Flag icon
simplified routing syntax introduced in Django 2.0. So you will find the following equivalent mappings in viewschapter/urls.py: # In urls.py     path('hello-fn/<str:name>/', views.hello_fn),     path('hello-fn/', views.hello_fn),
Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition
Rate this book
Clear rating
Open Preview