The hidden powers of Custom Django 2.0 Path Converters
In my last article, I explained the new approach in Django 2.0 to define URL patterns and specifically how to capture URL parameter. In this article, we will have a closer look at Django path converters, the bit you can optionally put before the colon in a URL parameter definition. Here are some examples: Path […]