Autonomía digital y tecnológica

Código e ideas para una internet distribuida

Linkoteca. slug


There are only two steps required: updating our articles/models.py file and articles/urls.py.

In our model, we can add Django’s built-in SlugField. But we must also–and this is the part that typically trips people up–update get_absolute_url as well. That’s where we pass in the value used in our URL.