Mohamed Feddad

31%
Flag icon
url(r'^hello-fn/(?P<name>\w+)/$', views.hello_fn),     url(r'^hello-fn/$', views.hello_fn), We are reusing the same view function to support two URL patterns. The first pattern takes a name argument. The second pattern doesn't take
Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition
Rate this book
Clear rating
Open Preview