How to use slugify in Python 3?
The slugify package you installed isn’t built for python 3, it currently only supports python 2. And it is very unlikely it will get updated. One of the easiest way to tell is that throughout its source code, it used the python 2 keyword unicode in which it doesn’t exist in python 3. You probably … Read more