Closed sadaf2605 closed 5 years ago
This is with Django 2.0, change 'django.core.urlresolvers' to 'django.urls'
The package isn't updated to support Django 2.0
try:
from django.core.urlresolvers import get_callable
except ModuleNotFoundError:
from django.urls import get_callable
I am getting the same error with django 2.0.5
Using django-autoslug-iplweb==1.9.4
with Python 3.6.6 + Django 2.1.1 worked for me. Thanks @barseghyanartur.
Please release the master branch.
django-autoslug v1.9.4, which should now support Django 1.10, 1.11, and 2.0+, has been released and published to PyPI. The documentation will be updated once ownership of the corresponding ReadTheDocs project has been transferred. (Link to transfer request)
Thanks to everyone for your patience! 🎉