March 2020
Intermediate to advanced
608 pages
17h 17m
English
In the models.py file of the guerrilla_patches app, overwrite the slugify function from django.utils.text with the one from the transliterate package:
# myproject/apps/guerrilla_patches/models.pyfrom django.utils import textfrom transliterate import slugifytext.slugify = slugify
Read now
Unlock full access