justinmayer / django-autoslug

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

Home Page:https://readthedocs.org/projects/django-autoslug/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoslug 1.9.4 python 3.7.3 django 2.2 import successfull but importlib fails

FanatoniQ opened this issue · comments

commented

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.

autoslug_error

pip freeze outputs django-autoslug==1.9.4

PS : this happens when running python manage.py makemigrations

Yours thankfully