GoDjango
Working with urls is a core part of web development. The url-resolver utilities django provides makes working with them just that much easier. Look at using reverse, reverse_lazy, and resolve utility functions to write better idiomatic django.
reverse
reverse_lazy
resolve
Show notes: https://godjango.com/108-reverse-lazy-and-resolve-django-url-resolvers/ ... https://www.youtube.com/watch?v=BZOm9tKxda4
16155208 Bytes