A different stuff for Django to faster make a world a better place.
The full documentation is at https://django-atom.readthedocs.org.
Install django-atom:
pip install django-atom
Then use it in a project:
import atom
Example usage in settings.py
add
AUTOSLUG_SLUGIFY_FUNCTION = 'atom.ext.slugify.slugifier.ascii_slugify'
Required `unicode-slugify`
, `django-autoslug`
.