You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: