Done, and gets things smart.
20Aug
Posted by Elf Sternberg as django, programming, web development
One of the nifty things that Django provides is the {% url backreference %} syntax, which allows you to name the targets in your list of URL objects and then refer to them by an explicit name. You can sometimes use the function name instead, and Django has a way of turning the function name back into the [...]