AutoSlugField for Django. Supports (but not does not require) unidecode/pytils for transliteration. Old issue tracker is at Bitbucket: https://bitbucket.org/neithere/django-autoslug/issues
I am trying to use an AutoSlugField in my django 2.2 application, the import in my INSTALLED_APPS settings.py raises no error but when using it in my app model i get a python3 import lib error.
Any ideas why this happens and how to fix it ?
Below is the code and output.
pip freeze outputs django-autoslug==1.9.4
PS : this happens when running python manage.py makemigrations
Hi,
I am trying to use an AutoSlugField in my django 2.2 application, the import in my INSTALLED_APPS settings.py raises no error but when using it in my app model i get a python3 import lib error.
Any ideas why this happens and how to fix it ?
Below is the code and output.
pip freeze outputs django-autoslug==1.9.4
PS : this happens when running python manage.py makemigrations
Yours thankfully